Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ sprintq Public
forked from hb5co/sprintq

Create listings of open source issues for sprints or other events

shrop/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

Languages

  • JavaScript 77.1%
  • CSS 22.9%