File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 55<a href =" https://npmjs.com/package/bitcoin-chart-cli " ><img src =" https://img.shields.io/npm/v/bitcoin-chart-cli.svg " alt =" npm " /></a >
66<a href =" https://nodejs.org/en/download/releases/ " ><img src =" https://img.shields.io/badge/node-%3E%3D%208.0-brightgreen.svg " alt =" License: MIT " /></a >
77<a href =" https://opensource.org/licenses/MIT " ><img src =" https://img.shields.io/badge/License-MIT-brightgreen.svg " alt =" License: MIT " /></a >
8- <a href =" https://codeclimate.com/github/madnight/bitcoin-chart-cli/issues " ><img src =" https://codeclimate.com/github/madnight/bitcoin-chart-cli/badges/issue_count.svg?maxAge=2592000 " alt =" Issue Count " /></a >
9- <a href =" https://snyk.io/test/github/madnight/bitcoin-chart-cli " ><img src =" https://snyk.io/test/github/madnight/bitcoin-chart-cli/badge.svg " alt =" Known Vulnerabilities " /></a >
108<br > <br >
119
1210<img align =" right " src =" bitcoin-chart-cli.png " width =" 200 " >
@@ -17,25 +15,16 @@ You might also be interested in a similar project of <br>
1715mine [ wallstreet] ( https://github.com/madnight/wallstreet ) , which provides information about <br >
1816stocks instead of cryptocurrencies.
1917
20- ### Requirements
21-
22- - node 8.0 or higher
23- - npm or yarn
18+ <br >
2419
2520### Usage
2621
2722``` bash
28- # install
29- npm install bitcoin-chart-cli -g
30-
31- # (alternative) install with yarn
32- yarn global add bitcoin-chart-cli
33-
34- # (alternative) run without install
23+ # run without install (requires npx)
3524npx bitcoin-chart-cli
3625
37- # run default
38- bitcoin-chart-cli
26+ # install
27+ npm install bitcoin-chart-cli -g
3928
4029# run with options
4130bitcoin-chart-cli --coin ETH -d 360 -w 80 -h 20
You can’t perform that action at this time.
0 commit comments