https://github.com/alaaattya/weekly-report-node
https://github.com/alaaattya/weekly-report-node
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alaaattya/weekly-report-node
- Owner: AlaaAttya
- Created: 2017-12-14T10:32:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T08:23:09.000Z (over 8 years ago)
- Last Synced: 2025-01-29T14:46:10.956Z (over 1 year ago)
- Language: JavaScript
- Size: 5.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weekly Report Node
This project will be used to get user contributions from github using
node-github for more information read the documentation of node-github package
**Client API**: [octokit.github.io/node-github](https://octokit.github.io/node-github)
**GitHub API**: [developer.github.com/v3](https://octokit.github.io/node-github)
## setup
```shell
npm install
PORT=8081 npm start
```