Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaffarell/trello_scoreboard
Trello Scoreboard
https://github.com/kaffarell/trello_scoreboard
Last synced: 20 days ago
JSON representation
Trello Scoreboard
- Host: GitHub
- URL: https://github.com/kaffarell/trello_scoreboard
- Owner: kaffarell
- Created: 2021-08-21T12:55:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T12:49:06.000Z (about 3 years ago)
- Last Synced: 2024-10-15T13:30:51.202Z (2 months ago)
- Language: TypeScript
- Size: 222 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello Scoreboard
Searches for all the cards a user is added on and counts them. The program outputs the list with all the users and their score in the command line and writes the list on a trello card
## How to use
Rename the file `.env.sample` to `.env` and fill in the trello api key and token (obtained here: https://trello.com/app-key).
The file .env should look like this:
```
TOKEN=1a9daa509b779crcdv01a13ae55ee00780760cf069114122cab378317a
KEY=6af36asfcaaebe6fd2d9a880ee8
```Compile the typescript to javascript:
```
npm run build:dev
```
Run the script:
```
npm run start
```