1.2.29 • Published 4 years ago

unizend-localbtc v1.2.29

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

Contributors Forks Stargazers Issues MIT License LinkedIn

Table of Contents

About The Project

Unizend's Localbitcoins API

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 - admin@unizend.com

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

Acknowledgements

1.2.29

4 years ago

1.2.28

4 years ago

1.2.26

4 years ago

1.2.7

4 years ago

1.2.0

4 years ago

1.1.4

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago