This project aims to create a package which allows other projects to be gamified by adding points, awards, and/or levels.
Run using:
meteor run --settings settings.json
- William Cobb
- Ivan Montiel
- Dan Peterson
Make sure to set up your settings.json
file in src
. There is a settings.example.json
file for you to use as a template.
The following are needed:
- Github Application Secret and Key
- Google Analytics tracking code
- Kadira Secret
-
Uses a github-api package that uses node-github. See the full documentation here. For example JSON results, see the Github documentation.
-
For github hooks to work, you will need to forward to your local environment using a tool like ngrok. Then run
./ngrok http 3000
. Grab the.ngrok.io
url and paste it in as thedomain
setting in yoursettings.json
file.
meteor deploy stellarnauts.meteor.com --settings settings.prod.json