volteric-nodejs
v1.0.2
Published
Volteric Cloud API wrapper for NodeJS.
Readme
Volteric Cloud NodeJS Wrapper
Welcome to the home of the Volteric Cloud API NodeJS wrapper, our in-house development team maintains this for public use.
In order to get started, you need to install the volteric-nodejs package (npm i volteric-nodejs).
To initialize a session, take a look below:
const volteric_api = require('volteric-nodejs');
const volteric = new VoltericAPI("YOUR_API_ID", "YOUR_API_TOKEN");Once the session has been initialized, you can use the volteric variable as you would with our API making sure you remove the /v1 from your request.
Feel free to reach out to us at [email protected] if you run into any problems.
