Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 277 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 277 Bytes

delete-trello-boards

##Usage Save Trello KEY and TOKEN in ~./zshrc run source ~/.zshrc

t.get("/1/members/username",) //Trello username
let ids = body.idBoards.filter(id => id !== ""); //filter board id, not need to be deleted
node cli.js