0.1.3 • Published 8 years ago
trellojs v0.1.3
Super cool library for trello
import client from './client'
const credentials = {
key: process.env.TRELLO_APP_KEY,
token: USER TOKEN HERE
}
client.connect(credenetials)
.then(client => client.boards.all())
.then(boards => console.log(boards))