0.1.7 • Published 4 years ago

localbitcoins-changes-nodejs v0.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Node LocalBitcoins

NodeJS Client Library for the LocalBitcoins API

This is an asynchronous node js client for the localbitcoins.com API.

It exposes all the API methods found here: https://localbitcoins.com/api-docs/ through the 'api' method:

Example Usage:

npm i localbitcoins-changes-nodejs

const LBCClient = require("localbitcoins-changes-nodejs");
const lbc = new LBCClient(api_key, api_secret);

// Display user's info
lbc.api('myself', null, "POST", function(error, data) {
    if(error) {
        console.log(error);
    }
    else {
        console.log(data);
    }
});

To-Do:

  • ad-create: done
  • set new parameter post with get or post methods after {params}: done
  • chat message send on trade: done

Credit:

Forked from https://github.com/pardeep889/

Edited By: Pardeep889@hotmail.com

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago