Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oktapodia/coinwatch
Track your cryptocurrencies from your Osx menubar
https://github.com/oktapodia/coinwatch
cryptocurrencies electron ico osx-menubar
Last synced: 3 months ago
JSON representation
Track your cryptocurrencies from your Osx menubar
- Host: GitHub
- URL: https://github.com/oktapodia/coinwatch
- Owner: oktapodia
- License: gpl-3.0
- Created: 2017-10-10T17:39:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T12:15:27.000Z (7 months ago)
- Last Synced: 2024-08-07T08:15:15.010Z (6 months ago)
- Topics: cryptocurrencies, electron, ico, osx-menubar
- Language: TypeScript
- Homepage:
- Size: 10.6 MB
- Stars: 44
- Watchers: 4
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Coinwatch [![travis][travis-image]][travis-url] [![Greenkeeper badge](https://badges.greenkeeper.io/oktapodia/coinwatch.svg)](https://greenkeeper.io/)
Track your cryptocurrency prices in your OSX menubar
The monoritoring of cryptocurrency becomes easy with CoinWatch.
The app is designed to list and track in few steps all your favourites crypocurrencies.With more than 1000+ currencies!
![Coinwatch](https://github.com/oktapodia/coinwatch/raw/master/press/press.jpg)
## Download
You can download Coinwatch for **free** from the GitHub repository [releases](https://github.com/oktapodia/coinwatch/releases) page.Coinwatch currently only supports OS X.
### Prerequisites
- Node 8+
- [Electron](http://electron.atom.io/)
- [React](https://facebook.github.io/react/)
- [Redux](http://redux.js.org/)## Installation
yarn install
## Development
To run the actual **electron app**:
yarn install
yarn dev## Distribution
To prepare the app for distribution run:yarn release
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b feature/my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request## Todo list
#### Global
- [ ] Add tests
- [ ] Improve code coverage
- [ ] Clean dependencies
- [X] Improve UX/UI#### Crypto
- [ ] Add price alert notifications
- [X] Get the price for your exchange#### ICO
- [ ] Add ICOs view
- [ ] List the different Live, Upcoming and Finished ICOs
- [ ] ICO reminder## Donate
| Coin name | Address |
| --- | --- |
| Bitcoin | `18M8xatF6wSiyJTvwFt9r9EHi7MNC2kntM` |
| Ethereum | `0xaa69277f35a186C1cf5E8175691d782BCabc25d3` |
| Decred | `DsaKpwpgxRW9fu3vWvtJPR4Y2sxiB6mrzYz` |[travis-image]: https://travis-ci.org/oktapodia/coinwatch.svg?branch=master
[travis-url]: https://travis-ci.org/oktapodia/coinwatch
[downloads-image]: https://img.shields.io/github/downloads/oktapodia/coinwatch/total.svg