node-red-contrib-cryptocompare

0.4.1 • Public • Published

CryptoCompare API Nodes for Node-RED

travis build npm version npm downloads license

github open github open good-first-issue

Nodes

  • CoinList
  • CoinSnapshot
  • CoinSnapshotFullById
  • HistoDay
  • HistoHour
  • HistoMinute
  • MiningContracts
  • MiningEquipment
  • Price
  • PriceHistorical
  • SocialStats
  • TopPairs

CHANGELOG

See CHANGELOG.

CryptoCompare API Nodes for Node-RED

A collections of nodes to interact with the CryptoCompare API services in CryptoCompare API.

Requirements

To run the nodes on your localhost you must have Node-RED installed on your localhost.

Usage

I have submitted an example flow 'Simple Examples for CryptoCompare API Nodes' to the the Node-RED Library with simple usage examples that can be imported via the Menu > Import item.

Installation

$ git clone https://github.com/remkohdev/node-red-contrib-cryptocompare.git
cd node-red-contrib-cryptocompare
$ npm install

To install the node modules on your localhost, install it into your Node-RED runtime.

$ sudo npm link
cd ~/.node-red
$ npm link node-red-contrib-cryptocompare

Run node-red.

$ node-red

Open a browser and go to the address http://127.0.0.1:1880.

Contributing

To contribute fork the node-red-contrib-cryptocompare repository and submit pull requests. Issues are tracked in the Projects tab.

Report Issues

Issues are tracked in the Projects tab.

Copyright and License

See the LICENSE file for license rights and limitations (MIT).

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-red-contrib-cryptocompare

    Weekly Downloads

    31

    Version

    0.4.1

    License

    MIT

    Last publish

    Collaborators

    • remkohdev