added travis.yml and badges
This commit is contained in:
parent
4580336d6f
commit
71a99d7868
3
.travis.yml
Normal file
3
.travis.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "0.12"
|
10
README.md
10
README.md
@ -1,7 +1,6 @@
|
|||||||
eth-netstats
|
|
||||||
============
|
|
||||||
|
|
||||||
Ethereum Network Stats
|
Ethereum Network Stats
|
||||||
|
============
|
||||||
|
[![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url]
|
||||||
|
|
||||||
To run via Docker
|
To run via Docker
|
||||||
|
|
||||||
@ -18,3 +17,8 @@ docker run --publish=3000:3000 eth-netstats
|
|||||||
```
|
```
|
||||||
|
|
||||||
see the interface at http://localhost:3000
|
see the interface at http://localhost:3000
|
||||||
|
|
||||||
|
[travis-image]: https://travis-ci.org/cubedro/eth-netstats.svg
|
||||||
|
[travis-url]: https://travis-ci.org/cubedro/eth-netstats
|
||||||
|
[dep-image]: https://david-dm.org/cubedro/eth-netstats.svg
|
||||||
|
[dep-url]: https://david-dm.org/cubedro/eth-netstats
|
Loading…
Reference in New Issue
Block a user