Socket
Socket
Sign inDemoInstall

hubot-trello-organization-test

Package Overview
Dependencies
9
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hubot-trello-organization-test

Manage your trello organization boards from hubot


Version published
Weekly downloads
5
increased by400%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

hubot-trello-organization

Manage trello boards of your organization from hubot. This is heavily inspired by the original hubot-trello. Hubot tries to find the correct board from the room name. You can also change the board connected to the room.

Installation

Add hubot-trello-organization to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-trello-organization": "*"
}

OR run npm install --save hubot-trello-organization

Add hubot-trello-organization to your external-scripts.json:

["hubot-trello-organization"]

Run npm install

Configuration

HUBOT_TRELLO_KEY    - Trello application key
HUBOT_TRELLO_TOKEN  - Trello API token
HUBOT_TRELLO_ORGANIZATION  - The ID or name of the Trello organization you want to work with
  • To get your key, go to: https://trello.com/1/appKey/generate
  • To get your token, go to: https://trello.com/1/authorize?key=<<your key>>&name=Hubot+Trello&expiration=never&response_type=token&scope=read,write

Keywords

FAQs

Last updated on 14 Jan 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc