hubot-bitcoin
v1.0.3
Published
A Hubot script to recent Bitcoin prices.
Downloads
35
Readme
hubot-bitcoin
A Hubot plugin to tell you the current price of Bitcoin.
Usage
hubot bitcoin returns price in usd
hubot bitcoin list returns list of available currencies
hubot bitcoin [price] [in] eur returns price in eur
Installation
- cd into your hubot dir, run
npm install --save hubot-bitcoin
(adds it as a dependency in package.json). - Add
"hubot-bitcoin"
to yourexternal-scripts.json
file. - Restart Hubot.
Or just drop bitcoin.coffee into your hubot's scripts/ directory.