Skip to content

Commit

Permalink
Changelog addded
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsc6955 committed Jan 29, 2020
1 parent decade1 commit 59621db
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2020-01-28
### Added
* [Code of conduct](CODE-OF-CONNDUCT.md) By [@Rincorpes](https://github.com/Rincorpes)
* [Conntributing](CONTRIBUTING.md) By [@Rincorpes](https://github.com/Rincorpes)
* [Change Log](CHANGELOG.md) By [@Rincorpes](https://github.com/Rincorpes)
* Changelog badge. By [@Rincorpes](https://github.com/Rincorpes)
### Changed
* [README.md] By [@wickathou](https://github.com/wickathou)

11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]
[![Changelog][changelog-shield]][changelog-url] [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]

<!-- PROJECT LOGO -->
<br />
Expand Down Expand Up @@ -67,13 +67,12 @@ 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](https://localbitcoins.com/api-docs/)

**Require the library:**

// Require the `unizend-localbtc`and the `doetnv` config
const lbtc = require('./unizend-localbtc')
require('dotenv').config()

**Call the `init()` method:**

lbtc.init(YOUR_HMAC_AUTH_KEY, YOUR_HMAC_AUTH_SECRET)
// Call the `init()` method
lbtc.init(process.env.AUTH_KEY, process.env.AUTH_SECRET)

<!-- ROADMAP -->
## Roadmap
Expand Down

0 comments on commit 59621db

Please sign in to comment.