Skip to content

Commit

Permalink
readme.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
cubedro committed Feb 26, 2015
1 parent 2821737 commit c225f78
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Ethereum Network Stats
============
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]

This is a visual interface for tracking ethereum network status. It uses WebSockets to receive stats from running nodes and output it through an angular interface. It's the front-end for [eth-net-intelligence-api](https://github.com/cubedro/eth-net-intelligence-api).
This is a visual interface for tracking ethereum network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface. It is the front-end implementation for [eth-net-intelligence-api](https://github.com/cubedro/eth-net-intelligence-api).

![Screenshot](/public/images/screenshot.jpg?raw=true "Screenshot")

Expand All @@ -11,18 +11,20 @@ This is a visual interface for tracking ethereum network status. It uses WebSock
* npm

## Installation
To install via Docker
Make sure you have node.js and npm installed.

create a docker image via
Clone the repository and install the dependencies

```
docker build --tag="eth-netstats" path/to/eth-netstats-repo
git clone https://github.com/cubedro/eth-netstats
cd eth-netstats
npm install
```

run it via
##Run

```
docker run --publish=3000:3000 eth-netstats
npm start
```

see the interface at http://localhost:3000
Expand Down

0 comments on commit c225f78

Please sign in to comment.