0.1.3 • Published 8 years ago

trellojs v0.1.3

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
8 years ago

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))
0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago