This application is used to monitor the progression of users of webPLM. It retrieves the list of users from PLM-profiles then queries GitHub API to access to PLM-data.
This application has been developed using Angular 2.
To install the application, run these commands:
git clone https://github.com/BuggleInc/PLM-teacher.git
cd PLM-teacher
npm install -g typings
npm install
Then replace the value of the Access Token with your own. The Access Token is used to authenticate the queries to GitHub API in order to have a higher limit (5000 request per hour, instead of 60).
To run the application, use this command:
npm start
A new tab should open in your browser to the URL localhost:3000