Cashbar is a simple application designed to give you quick access to Bitcoin Cash prices from you desktop
It will show prices in either USD/BCH...
...BTC/BCH....
...or a change percentage over 1hr, 24hrs or 7days.
Windows support is also available. Due to OS limitations, I can only display prices while hovering over the icon:
macOS: Download the latest .DMG from the releases page here. Then open it up and drag the app to applications folder. The application is now signed!
Windows: Download the latest .EXE from the releases page here and run the installer.
The following instructions assume you:
- have nodejs & NPM installed. Download and install the latest LTS Installer from here if you don't.
Open up your terminal app and clone the repository:
git clone [email protected]:johneas10/cashbar
Install the dependencies
npm install
To run the locally built version, run:
npm start
There other development scripts available in package.json
- Fork it (https://github.com/johneas10/cashbar/fork)
- Create your feature branch (
git checkout -b feature/BCHPLZ
) - Commit your changes (
git commit -am 'Add some BCHPLZ'
). - Push to the branch (
git push origin feature/BCHPLZ
) - Create a new Pull Request against the Master branch.