An example application is at sprintq.meteor.com!
Create listings of open source issues for sprints or other events.
To set up the Github login credentials, create the file server/github-config.js and insert this code:
ServiceConfiguration.configurations.remove({
service: "github"
});
ServiceConfiguration.configurations.insert({
service: 'github',
clientId: 'clientId',
secret: 'githubAPISecret'
});
To create the GitHub secret you see above, see this GitHub blog post.