https://github.com/erikstorm/polo_pub_cli
simple cli app for checking poloniex prices
https://github.com/erikstorm/polo_pub_cli
elixir elixir-lang
Last synced: over 1 year ago
JSON representation
simple cli app for checking poloniex prices
- Host: GitHub
- URL: https://github.com/erikstorm/polo_pub_cli
- Owner: erikstorm
- Created: 2017-12-21T21:50:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T13:57:54.000Z (over 8 years ago)
- Last Synced: 2025-02-04T20:30:49.075Z (over 1 year ago)
- Topics: elixir, elixir-lang
- Language: Elixir
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# polo_pub_cli
## Description:
Very simple cli app for checking [Poloniex](https://poloniex.com/) prices from the public api. Compiled binary works on all platforms that have some version of [erlang](http://www.erlang.org/downloads) installed. If you want to compile yourself you need to install [elixir](https://elixir-lang.org/install.html).
## Install:
Get dependencies
`mix deps.get`
Compile
`mix escript.build`
Run
`./polo_pub_cli`
## Usage:
`./polo_pub_cli [option] [CURRENCY_PAIR]`
## Options:
`--price` Gets currency pair price.
`--watch` Gets price every 15 seconds.
`--ticker` Print exchange ticker.
`--help` Show help message.
## Examples:
`./polo_pub_cli --price "BTC_ETH"`
`./polo_pub_cli --watch "BTC_LTC"`
`./polo_pub_cli --ticker`