Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bittricky/ether-chart

Live Ethereum prices
https://github.com/bittricky/ether-chart

electron experiment react

Last synced: 4 days ago
JSON representation

Live Ethereum prices

Awesome Lists containing this project

README

        

# Ether Chart

> Live Ethereum Prices

## Requirements

- Install Node
- on OSX , install git and type 'brew install git'
- on OSX, install [home brew](http://brew.sh/) and type `brew install node`
- on Windows, use the installer available at [nodejs.org](http://nodejs.org/)
- On OSX you can alleviate the need to run as sudo by [following John Papa's instructions](http://jpapa.me/nomoresudo)
- Open terminal and run `npm install`

## Quick Start

To start the application locally, run the following command

```
$ npm run electron-dev
```