coindaddy

1.0.0 • Public • Published

coindaddy-reputation-nodejs

Nodejs Library for Coindaddy reputation

Installation

npm install coindaddy

Instance

var coindaddy = require('coindaddy');

Usage

coindaddy.method(<args>).then(function(response) {
        //Results here
    });

Methods

Refer to the Coindaddy Reputation API to know about each output and explanation

getAssetReputation(address, asset)
getAddressReputation(address)

Development

Feel free to fork from coindaddy-reputation-nodejs

Issues

https://github.com/sgsshankar/coindaddy-reputation-nodejs/issues

Package Sidebar

Install

npm i coindaddy

Weekly Downloads

3

Version

1.0.0

License

Apache License

Last publish

Collaborators

  • sgsshankar