https://github.com/potofcoffee2go/excelttest
Add lists/cards to Trello using data from a workbook
https://github.com/potofcoffee2go/excelttest
trello workbook worksheet
Last synced: 4 months ago
JSON representation
Add lists/cards to Trello using data from a workbook
- Host: GitHub
- URL: https://github.com/potofcoffee2go/excelttest
- Owner: PotOfCoffee2Go
- License: mit
- Created: 2017-03-10T09:37:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T16:15:30.000Z (about 9 years ago)
- Last Synced: 2024-12-30T21:36:21.025Z (over 1 year ago)
- Topics: trello, workbook, worksheet
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Excel Test
Test of the npm packages xlsx and simply-trello
#### Clone the repo
`git clone https://github.com/PotOfCoffee2Go/excelttest.git`
#### Change to project directory
`cd excelttest`
#### Edit line 3 of obseatingchart.js with yourKey and yourToken from Trello
See https://github.com/PotOfCoffee2Go/simply-trello README.md for how to get a Trello key/token.
#### Install node dependencies
`npm install`
#### Run the program
`node obseatingchart.js`
#### Go onto Trello and a board 'Seating Chart' will exist
[https://trello.com/](https://trello.com/).
If you log onto Trello while obseatingchart.js is running you should see a Personal Board *Seating Chart*.
Open it and will see the cards as they are being added.