Meteor-Quakes
Meteor.js demo using Leaflet.js and Seismic data from http://earthquake.usgs.gov/
Clone the repository
Setup your environment variables and then run:
export PORT=3016
export ROOT_URL=http://quakes.yoursite.com
export MONGO_URL=mongodb://127.0.0.1:27017/quakes # or wherever it may be
meteor --port 0.0.0.0:${PORT}
Log in or sign up for Devpost to join the conversation.