Skip to content

ricardotulio/trello-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello.js

Super cool library for trello

How to use

First, install it:

npm install trello-js

Import

Import like usual:

import trello from 'trello-js'

also works using require:

const trello = require('trello-js')

Using connect

import trello from 'trello-js'

trello.connect({ key: 'TRELLO_APP_KEY', token: 'TRELLO_USER_TOKEN' })
  .then(client => client.boards.all())

Building

To build the library, use npm run build. The build is produced in dist directory.

License

The General Public License 3.0 License (GPL)