Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Celsius JavaScript SDK provides an easy and secure way to communicate with the Celsius API.

License

Notifications You must be signed in to change notification settings

maikelmclauflin/celsius-js-sdk

 
 

Repository files navigation

NPM

CircleCI

The official Celsius Network SDK for JavaScript, currently available for Node.js backends.

For release notes, see the CHANGELOG.

Installation

For use on Node.js backends, you can install the Celsius SDK by running the following NPM command:

npm install celsius-sdk --save

or if using yarn

yarn add celsius-sdk

Documentation

For using the SDK and Celsius API please consult the Celsius Developer Docs.

Contributing

Reporting bugs

Bugs are reported to the GitHub Issues Page.

Development

Prerequisites:

  • yarn installed
  • node 8.x or later installed

Branching strategy: GitFlow.

Steps:

  1. Develop your feature in the feature/<feature-name> branch.
  2. Create a pull request from your branch to the develop.
  3. Once accepted, your feature will go live in the next release.

About

Celsius JavaScript SDK provides an easy and secure way to communicate with the Celsius API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%