An open API service indexing awesome lists of open source software.

https://github.com/alaaattya/weekly-report-node


https://github.com/alaaattya/weekly-report-node

Last synced: about 1 year ago
JSON representation

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
```