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

https://github.com/severo/scrum_filter_hours

Filters the hours of scrum.csv
https://github.com/severo/scrum_filter_hours

Last synced: over 1 year ago
JSON representation

Filters the hours of scrum.csv

Awesome Lists containing this project

README

          

# README

Install:

```
git clone git@github.com:severo/scrum_filter_hours.git
cd scrum_filter_hours
npm install
```

Configure:

```
cp .env.example .env
vi .env
```

`GITHUB_TOKEN` must be created in https://github.com/settings/tokens and have both `repo` and `gist` scopes. Note that all the gists must already exist.

Run:

```
npm run start
```