Contains as a json the configuration that is used by various project to retrieve information from Hackafe's trello boards.
npm install --save hackafe-trello-config
var boardId = require('hackafe-trello-config').boardId
GET http://trello-config.hackafe.org/config.json
The package contains a single file config.json formatted as
JSON, with embedded comments following the pattern: "-//field": "comment"
.
This is to provide maximum compatibility with all the strict json parsers out
there.
- To get available events use
https://api.trello.com/1/boards/[config.boardId]/cards/visible
- To get label names use
https://api.trello.com/1/boards/[config.boardId]/labels
- To get card attachment use
https://api.trello.com/1/cards/[cardId]/attachments/[attachmentId]
ISC. Copyright (c) Geno Rouspky.