samuelsimoes / chrome-basecamp-notifier

Extension for Google Chrome which notifies the activity in your Basecamp Accounts with desktop notifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basecamp Chrome Notifier

Extension for Google Chrome that notifies about activity on your Basecamp Accounts with desktop notifications, events type filter and projects filter.

Feel free to help us to improve the extension.

Extension on Chrome Store

image

##Contributing

To contribute you need be familiar with React.js and Fluxo. The app also uses Babel.js to give us the possibility to use ES6 features. 🤘

##Building

  1. npm install && bower install

  2. Register an app in http://integrate.37signals.com.

  3. Run cp .default-env .development-env and update the app credentials on .development-env.

  4. Run npm run build and load the extension as an unpacked version on Chrome from dist/ folder.

##To pack

  1. Run all steps above if you didn't.

  2. Run cp .development-env .production-env and update the infos case you use a diferent registered app on 37signals for the production version.

  3. Run BUILD_ENV=production npm run pack

  4. Publish the dist/basecamp_notifier_<version>_production.zip on Chrome Store.


Samuel Simões ~ @samuelsimoes ~ samuelsimoes.com

About

Extension for Google Chrome which notifies the activity in your Basecamp Accounts with desktop notifications.


Languages

Language:JavaScript 80.1%Language:CSS 13.2%Language:HTML 5.2%Language:Shell 1.6%