/global-hackathon

Primary LanguageJavaScriptMIT LicenseMIT

Stellarnauts

Stellarnauts Experience

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 

Authors

  • William Cobb
  • Ivan Montiel
  • Dan Peterson

Documentation

Settings

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

Dependencies

  • 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 the domain setting in your settings.json file.

Deployment

meteor deploy stellarnauts.meteor.com --settings settings.prod.json