Sha256: 97c5c5b135505cef8ab243f4ac184fb33a56f0fc51ca7485190646fe07ed0a76

Contents?: true

Size: 1.53 KB

Versions: 2

Compression:

Stored size: 1.53 KB

Contents

# Mcoin

This is a side-project for me to monitor BTC/ETH. The target is create a helpful command line tool can run as cronjob to import data to InfluxDB and make some analytics.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'mcoin'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install mcoin

## Usage

### Ticker

Add `-m` to specify market name

```
mcoin ticker -m Bitfinex
mcoin ticker -m Bitfinex -m Kraken # Multiple
```

If you want to save it into InfluxDB, add database information.

```
mcoin ticker -m Bitfinex -d monitor -e http://localhsot:8086
```

To get more information please use `-h` option.

## Roadmap

* [x] Fetch ticker
  * [x] Fetch in parallels
  * [x] Fetch from multiple market
  * [ ] Fetch multiple coin type via specify `pair`
* [ ] Support more public API command
* [ ] Improve printer
* [ ] Generalize database save interface

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake ` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/elct9620/mcoin.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mcoin-0.2.1 README.md
mcoin-0.2.0 README.md