Skip to content

jarbassaidai/Angular2_issues

Repository files navigation

# Angular2_issues example how to get angular2 issues through the gethub api

    Requirements Summary:
  • latest nodejs, this was built with npm version 4.1.2
  • npm install moment --save
  • A few lines to systemjs.config.js need to be added, so that "moment" will be picked up. The link http://www.joe0.com/2016/09/22/how-to-use-moment-js-in-angular-2/ explains the proceedure. I've include the systemms.config.js from my run as an example.

[something] are values that the user needs to replace with their values

    Step by step instructions to run from npm:
  • git clone https://github.com/angular/quickstart [build-directory]
  • cd [build-directory]/src/app
  • npm install
  • npm install moment --save
  • git clone https://github.com/jarbassaidai/Angular2_issues
  • mv systemjs.config.js ../ or follow the instructions below to allow 'moment' to be found.
    • to the map: section add 'moment': 'node_modules/moment'
    • to the packages section add moment: { defaultExtensions: 'js', type: 'cjs' }
  • npm start

On your default browser you should have the page coming up with the last seven days of issues that have been logged on Angular/Angular. Since the body of the issue can be quite large it is hidden and can be displayed by clicking on the list item "click to expand" displayed in the color blue.

    know bugs:
  • GitHub Api for Since with a format of YYYY-MM-DDTHH:MM:SSZ will throw a server error from time to time

About

example how to get angular2 issues through the gethub api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published