https://github.com/lrlna/csv-to-trello
convert csv to a trello card for Cascadia Sponsor tracking
https://github.com/lrlna/csv-to-trello
Last synced: about 2 months ago
JSON representation
convert csv to a trello card for Cascadia Sponsor tracking
- Host: GitHub
- URL: https://github.com/lrlna/csv-to-trello
- Owner: lrlna
- Created: 2016-05-11T01:45:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T02:26:10.000Z (over 9 years ago)
- Last Synced: 2025-01-11T17:37:23.332Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This is a repo to convert a csv into some card on Trello; was used for CasadiaFest sponsor organization.
It will do the following for you:
- create a new Board
- create a new List
- creates a set of Cards, where each *row* is a *card*
- name of the card is based on the first row + first column valueThis is super hard coded, and will be refactored for better use in the future.
Usage thus far:
```
node index.js file.csv
```