Skip to content
/ sprintq Public

Create listings of open source issues for sprints or other events

Notifications You must be signed in to change notification settings

hb5co/sprintq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sprintQ

An example application is at sprintq.meteor.com!

Create listings of open source issues for sprints or other events.

Config

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.

About

Create listings of open source issues for sprints or other events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published