Giter Club home page Giter Club logo

lbtc-api's Introduction

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Unizend's Node.js Client Library for the LocalBitcoins API

Unizend's Node.js Localbitcoins API Client Library has been build to help you access to the localbitcoins API from your Node.js project.
It provides a series of methods that hopefully will ease your development with the Localbitcoins API using Node.js.
Explore the docs »
· unizend-localbtcrt Bug · Request Feature

Table of Contents

About The Project

![Unizend's Localbitcoins API][product-screenshot]

Built With

Getting Started

To get this node.js module up and running follow these simple steps.

Installation

Go to yourn project folder and exec the following command

npm i unizend-localbtc

Usage

All you will need is your HMAC Auth key and secret wich you can get from here

For more information check the Localbitcoins API Documentation

// Require the library
const lbtc = require('unizend-localbtc')

// Initialize the app using your HMAC Auth key and secret
lbtc.init(YOUR_HMAC_AUTH_KEY, YOUR_HMAC_AUTH_SECRET)

// Get an specific currency average data
lbtc.publicMarketData.bitcoinAverage('VES')
  .then(response => {
      console.log(response)
  })

Roadmap

We are working on adding more features to the API. Follow the repo to keep up with our updates.

Feel free to propose features open issues and also add or see known issues.

Contributing

Crypto needs adoption and the goal of this tool is to help other developers build faster! If you find any bugs / issues or have suggestions, please consider collaborating. It would be greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Santiago Rincon - @unizend_pay - [email protected]

Project Link: https://github.com/rincorpes/unizend-localbtc

Acknowledgements

lbtc-api's People

Contributors

alexsc6955 avatar dependabot[bot] avatar wickathou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lbtc-api's Issues

Problem with publicMarketData.bitcoinAvege()

When the LocalBitcoins API is generating the average price, the app breaks.

lbtc.publicMarketData.bitcoinAverage().then(async (response) => {
  console.log(response.VES)
})

I got this message

Request to https://localbitcoins.com/bitcoinaverage/ticker-all-currencies/
(node:16491) UnhandledPromiseRejectionWarning: FetchError: invalid json response body at https://localbitcoins.com/bitcoinaverage/ticker-all-currencies/ reason: Unexpected token T in JSON at position 0
    at /Users/desarrollomarkettech/unizend/unizend-live-rates/node_modules/node-fetch/lib/index.js:272:32
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async Object.bitcoinAverage (/Users/desarrollomarkettech/unizend/unizend-live-rates/node_modules/unizend-localbtc/unizend-localbtc.js:446:18)
    at async getAverage (/Users/usuario/unizend/app/new.js:34:3)
(node:16491) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:16491) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Public market data pagination error

When I try to make a request to a page other than the first one, it throws an error from LocalBitcoins.

 Request to https://localbitcoins.com/sell-bitcoins-online/ve/venezuela/.json?page=2
{
   error: {
     message: 'HMAC authentication key and signature was given, but they are invalid.',
     error_code: 41
   }
 }

"myself" function not working

When I use the myself function, it doesn't return anything.

It seems the path is wrong. It is localbitcoins.com/api/account_info/myself but it should be /api/myself

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.