kryptopus
v0.1.3
Published
Cryptocurrency manager
Downloads
6
Readme
kryptopus
Cryptocurrency manager
Requirements
- NodeJS >= 9
Installation
npm install
Plugins
You can extend Kryptopus by defining plugins in config/parameters.yml
.
plugins:
- kryptopus-cryptocompare
- { name: my-plugin, url: file:../my-plugin }
- { name: unregistered-plugin, url: https://github.com/user/plugin.git }
After that, install plugins with the following command:
npm run install-plugins
Execute a bot
npm run bot cryptocompare_ticker