The official Celsius Network SDK for JavaScript, currently available for Node.js backends.
For release notes, see the CHANGELOG.
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
For using the SDK and Celsius API please consult the Celsius Developer Docs.
Bugs are reported to the GitHub Issues Page.
Prerequisites:
yarn
installednode 8.x
or later installedBranching strategy: GitFlow.
Steps:
feature/<feature-name>
branch.develop
.