bfx-hf-ext-plugin-dummy
v1.0.1
Published
Blank DB plugin for the Honey Framework
Downloads
126
Maintainers
Readme
Bitfinex Honey Framework Dummy DB plugin for Node.JS
This plugin is meant to be used when no exchange-specific methods are required by a running instance of the bfx-hf-models
database. It implements the required methods as stubs.
Features
- Allows for utilization of the base
bfx-hf-models
functionality without exchange-specific methods
Installation
npm i --save bfx-hf-ext-plugin-dummy
Docs
See examples/basic_hf_db.js
to get a bfx-hf-models
instance running with no exchange-specific methods.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Reques