https://github.com/code-lever/mobileminer-adapter-gem
Ruby gem for reporting data to MobileMiner.
https://github.com/code-lever/mobileminer-adapter-gem
Last synced: 2 months ago
JSON representation
Ruby gem for reporting data to MobileMiner.
- Host: GitHub
- URL: https://github.com/code-lever/mobileminer-adapter-gem
- Owner: code-lever
- License: mit
- Created: 2014-02-19T02:37:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T14:32:37.000Z (over 7 years ago)
- Last Synced: 2025-11-10T14:30:47.848Z (5 months ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## MobileMiner Adapter [](https://travis-ci.org/code-lever/mobileminer-adapter-gem) [](https://codeclimate.com/github/code-lever/mobileminer-adapter-gem)
Just a simple Ruby gem to shove data at [MobileMiner](http://www.mobileminerapp.com).
## Installation
Install it yourself as:
$ gem install mobileminer-adapter
## Usage
First, dump out a skeleton configuration file:
$ mobileminer-adapter -s
This will write a `config.yaml` to the current directory. Edit it to suit your email address, app key and miners. After that, just run it:
$ mobileminer-adapter -c config.yaml
And off we go.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request