Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

openhack-vic/openhack-victoria

Repository files navigation

OpenHack Victoria

An exercise in pulling data from http://api.meetup.com via serverside Meteor.http requests, to terraform a better life. Forked from Meteor-London.

Feel free to re-use it for your meetup, hack it or otherwise noodle it to your hearts content, it's free as in Hugs.

Getting started

  1. Install Meteor $ curl https://install.meteor.com | /bin/sh.
  2. Install Meterorite $ npm install -g meteorite.
  3. Clone this repo $ git clone https://github.com/Sinetheta/openhack-victoria.git.
  4. Create a meetup api key.
  5. Create a settings.json file.
  6. Launch meteor, passing it the path to the settings.json meteor --settings settings.json or use the handy run.sh.

If all is well, the app will pull the latest event data for Meteor London from Meetup.com, and render it for you at http://localhost:3000.

Deploy to Meteor.com

Deploy as usual, passing it the path to the settings.json

meteor deploy your-fork.meteor.com --settings settings.json

or use deploy.sh

Releases

No releases published

Packages

No packages published