Skip to content

neojp/ember-help-wanted-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project uses GitHub Actions for continuous integration.

ember-help-wanted-server

This is a thin backend for ember-help-wanted. It searches for open GitHub issues in Ember.js.

How to run

  1. You will need to create a GitHub token. You can leave all checkboxes under "Select scopes" empty. We will be reading public data only.

  2. Copy .env.example as .env. Then, edit .env by adding your GitHub token to GITHUB_API_TOKEN.

  3. Run yarn start.

    yarn start
    
    $ node src/index.js
    fetching all issues
    listening on port 3000!
    fetching all repos
  4. To check if the server app's working, visit http://localhost:3000/github-issues?group=core. You will see an array of POJOs (GitHub issues). If you see an empty array, try refreshing the page.

Compatibility

  • Node.js v12.9 or above

About

Thin backend for ember-help-wanted

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Shell 0.2%