0.2.4 • Published 2 years ago

trello-event-handler v0.2.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Trello-event-handler

Version

Description

The purpose of this library is to make the retrieval of the different actions done on your Trello simple and to be able to easily use the resulting data.

Installation

npm i trello-event-handler

Usage

const trello = new TrelloEventHandler(key, token);

trello.addBoardFromUrl(url, name);
/// Or
trello.addBoardFromId(id, name);

trello.start();

/// exemple
trello.on("createCard", (action) => {
  console.log(action);
});
0.2.3

2 years ago

0.2.4

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago