Skip to content

Terebinth/flowxo-services-trello-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow XO Trello Service

This is an example Trello service module for the Flow XO platform. For more details on how to develop and test this service, please refer to the Flow XO SDK.

Authorization

Trello uses OAuth 1, which means that before running the tests, you need to fill in the following environment variables with your Trello details:

  • TRELLO_KEY=<your_trello_key>
  • TRELLO_SECRET=<your_trello_secret>

Get your Trello keys by following the instructions on the Trello API documentation site.

Contributing

# Clone the repo
git clone https://github.com/flowxo/flowxo-services-trello

# Install the dependencies
npm install -g yo grunt-cli
npm install

# Generate a new method
yo flowxo:method

# Watch files for changes, running style checks and unit tests on change
grunt

# Run unit tests
grunt test

# Create/renew an authentication file
grunt auth

# Run integration tests, using authentication
grunt run [--record --replay --name=<name>]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%