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.
- Clone the repository.
- Go inside the cloned folder.
- Write
npm install
inside the cmd. - Write
npm start
to start the application.
- express: "^4.16.3",
- hbs: "^4.0.1",
- request: "^2.87.0"