Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geraldoramos/crypto-bar
📈 A menu bar app that updates cryptocurrencies prices in real-time
https://github.com/geraldoramos/crypto-bar
bitcoin bitcoin-price electron electron-app ethereum javascript litecoin mac-osx
Last synced: 18 days ago
JSON representation
📈 A menu bar app that updates cryptocurrencies prices in real-time
- Host: GitHub
- URL: https://github.com/geraldoramos/crypto-bar
- Owner: geraldoramos
- License: mit
- Created: 2017-12-17T15:45:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T19:26:37.000Z (about 4 years ago)
- Last Synced: 2024-11-07T12:25:03.309Z (about 1 month ago)
- Topics: bitcoin, bitcoin-price, electron, electron-app, ethereum, javascript, litecoin, mac-osx
- Language: JavaScript
- Homepage:
- Size: 2.05 MB
- Stars: 410
- Watchers: 10
- Forks: 61
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Crypto Bar - macOS menu bar application built with Electron. ![javascript_icon] (Applications / Cryptocurrency)
- Mac-Menubar-Megalist - Crypto Bar
- open-source-mac-os-apps - Crypto Bar - macOS menu bar application built with Electron. ![javascript_icon] (Applications / Cryptocurrency)
README
# NOTE: I'm not maintaining this project anymore, if anyone wants to become a maintainer, please reach out!
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/geraldoramos/crypto-bar/issues)
# Crypto Bar
> A menu bar application built using Electron and React that updates cryptocurrencies prices in real-time using web sockets. Data provided by [CryptoCompare](https://cryptocompare.com), which compiles information for most cryptocurrencies and exchanges.### Downloading the App
- To download the last release click [here](https://github.com/geraldoramos/crypto-bar/releases/latest)
### Build the app locally for development (PR's welcome)
**First, clone this repo:**
```
git clone https://github.com/geraldoramos/crypto-bar.git
cd crypto-bar
```**Then install and launch:**
```
npm install && npm start
```### License
This app is distributed under the Creative Commons Zero v1.0 Universal license.Follow me on [Twitter](http://twitter.com/geraldoramos)