Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 540 Bytes

sugarlabs_github_issues

It collects issues of different types which are opened in Sugarlabs Github Organisation, you can find its working here.

It is a NodeJs based application which is used for collecting latest 4 issues of diffrent labels which are being attached to it.

How to contribute to the project:

  • Clone the repository.
  • Go inside the cloned folder.
  • Write npm install inside the cmd.
  • Write npm start to start the application.

Dependencies

  • express: "^4.16.3",
  • hbs: "^4.0.1",
  • request: "^2.87.0"