https://github.com/rafaelcamargo/dollert-extension
Get notified when dollar reaches the rate you're looking for
https://github.com/rafaelcamargo/dollert-extension
chrome-extension dollar javascript rate
Last synced: 14 days ago
JSON representation
Get notified when dollar reaches the rate you're looking for
- Host: GitHub
- URL: https://github.com/rafaelcamargo/dollert-extension
- Owner: rafaelcamargo
- Created: 2016-04-09T17:58:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T02:08:10.000Z (over 8 years ago)
- Last Synced: 2025-04-10T19:34:47.916Z (about 1 year ago)
- Topics: chrome-extension, dollar, javascript, rate
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/dollert/lkbhlmhaiggihoihajncjlnmbpigbkam
- Size: 196 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dollert
Get notified when dollar reaches the price you're looking for
[](https://codeclimate.com/github/rafaelcamargo/dollert) [](https://codeclimate.com/github/rafaelcamargo/dollert/coverage) [](https://travis-ci.org/rafaelcamargo/dollert)
Dollert is a [Chrome extension](https://chrome.google.com/webstore/detail/dollert/lkbhlmhaiggihoihajncjlnmbpigbkam) to help people who often need to know the current price of USD in BRL. So, the solution was create a little application that accepts expected prices for USD and, in case of USD price to reach the expected price in BRL, a desktop notification is fired.
## Contribute
To contribute with this project, do the following:
- You need to have Nodejs installed. Use `apt-get`, `brew` or get it direct from its website (https://nodejs.org/en/)
- Fork and clone the project.
- Go to its directory `cd dollert`
- Install grunt `npm install -g grunt grunt-cli`
- Install all dependencies `npm install`
- Build the project and keep watching for your changes `grunt start`
- Upload `dist` directory as a *develop extension* (https://developer.chrome.com/extensions/getstarted#unpacked)
- Done!
## Pull Requests
Make sure to run `grunt karma` in your branch before open a PR. We use coverage threshold to ensure 100% of code coverage.
So, if you added one function only, but did not write an unit test for that, build will not pass.
## Release History
- 2017/12/13 **0.3.1** Changed currency API
- 2016/11/15 **0.3.0** Added form validation and dismissing last notified alert during 30 minutes
- 2016/05/23 **0.2.0** Added dollar current value and its variation and changed currency API
- 2016/04/10 **0.1.0** Initial Release