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
- Host: GitHub
- URL: https://github.com/severo/scrum_filter_hours
- Owner: severo
- Archived: true
- Created: 2019-09-16T09:36:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T19:21:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T21:17:24.802Z (over 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```