Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

burrito-trello

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

burrito-trello

A better Trello API for node and the browser.

  • 0.1.4
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Burrito Trello

A Trello API wrapper for Node.js and the browser.

Getting Started

Install with Package Manager

Install burrito-trello with your favorite package manager for JavaScript. Yarn is the package manager used to build this project.

yarn add burrito-trello

Authentication

burrito-trello supports token-based authentication, and it does not yet have support for a authorization userflow. For now, you can obtain your API key and a token from Trello's Developer API Key page.

Support for OAuth will is planned for 1.0.

Using Burrito-Trello

Spinning up an instance of burrito-trello is straightforward.

const BurritoTrello = require('burrito-trello');
...
const trello = new BurritoTrello({
  trelloKey: 'your-super-not-secret-developer-key',
  trelloToken: 'super-secret-trello-token'
});

FAQs

Package last updated on 18 Jan 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc