simple-trello-api
super simple trello api for node.js
supported endpoints
getBoards
const boards = await getBoards({ key, token })getBoardLists
const lists = await getBoardLists({ key, token }, boardId)getBoardMembers
const members = await getBoardMembers({ key, token }, boardId)getBoardCards
const cards = await getBoardCards({ key, token }, boardId)