chengguangnan / crypto-bar

πŸ“ˆ A menu bar app that updates cryptocurrencies prices in real-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Bar

A menu bar application built using Electron that updates cryptocurrencies prices in real-time and allows users to create alerts for price changes. Pricing data is updated every minute.

Downloading the app

To download the app, click here (currently available for macOS only)

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 && electron .

If the command electron is not working, make sure to install electron globally:

npm install electron -g

License

This app is distributed under the Creative Commons Zero v1.0 Universal license

Follow me on Twitter

About

πŸ“ˆ A menu bar app that updates cryptocurrencies prices in real-time

License:The Unlicense


Languages

Language:JavaScript 86.8%Language:CSS 6.6%Language:HTML 6.6%