Skip to content

steveklebanoff/chrome-craigslist-to-trello

 
 

Repository files navigation

Chrome Extension: Add items from Craigslist to Trello

Based on the wonderful walteranderson/add-to-trello extension, but with the improvements for Craigslist:

  • Includes Craigslist price in title
  • Automatically adds image from Craigslist post

And a few general improvements:

  • Adds to top of board instead of bottom
  • Adds a "Saving..." state
  • Link to view card after added

You can also use the extension to add non-craigslist pages as well.

Install from Chrome Store

See It In Action

image

How To Develop

Looking for something to hack on? Check out the issues page.

If you'd just like to use the extension, please install from Chrome Store. But, if you'd like to hack on the extension, follow directions below.

  • npm install -g bower
  • clone this repo and cd into it
  • copy assets/js/key.js.tmpl to assets/js/key.js and update with key from https://trello.com/app-key
  • bower install
  • Go to http://chrome://extensions
  • Enable "Developer Tools"
  • Click "Load unpacked extension.."
  • Select directory of this repo

MVP Roadmap

  • Automatically populate title with price
  • Automatically upload attachment photo
    • Make sure it works when there are no photos
  • Remove "Card Title" and "Description" settings
  • Add loading... state
  • Gracefully handle not being on craigslist item page
  • Successful save notification
  • Make manifest permissions more granular
  • Use custom API key
  • Update Donations and Credits on Settings
  • Update Icon
  • Update manifest

About

Chrome extension to add items from Craigslist directly to Trello

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.1%
  • HTML 33.4%
  • CSS 7.5%