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.
- Install Meteor
$ curl https://install.meteor.com | /bin/sh
. - Install Meterorite
$ npm install -g meteorite
. - Clone this repo
$ git clone https://github.com/Sinetheta/openhack-victoria.git
. - Create a meetup api key.
- Create a settings.json file.
- Launch meteor, passing it the path to the settings.json
meteor --settings settings.json
or use the handyrun.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 as usual, passing it the path to the settings.json
meteor deploy your-fork.meteor.com --settings settings.json
or use deploy.sh