Skip to content

bricooke/crashello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sinatra app to take crashes from Crashlytics and create new cards in Trello.

Required environment variables

TRELLO_API_KEY
TRELLO_OAUTH_SECRET
TRELLO_OAUTH_TOKEN
TRELLO_BOARD_NAME
TRELLO_LIST_NAME

Instructions to get Trello info, taken from Trellish

  1. Sign in to Trello and go to https://trello.com/1/appKey/generate.
  2. Copy "Key" from that page, that's your TRELLO_API_KEY.
  3. Copy "Secret (for OAuth signing)" from that page to TRELLO_OAUTH_SECRET.
  4. Visit https://trello.com/1/authorize?key=TRELLO\_API\_KEY\_FROM\_ABOVE&name=Crashello&expiration=never&response_type=token&scope=read,write
  5. Copy the token to TRELLO_OAUTH_TOKEN.

Crashlytics setup

Go to your app’s settings > integrations and set the web hook to:

http://yourherokuname.herokuapp.com/kaboom

About

Sinatra app to create a card in Trello for crashes from Crashlytics (via Crashlytics web hook integration)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages