The Dacast SDK for Node.js is a seamless integration with the Dacast API. You can use our API to access Dacast API endpoints.
Change directory to your project folder and install with NPM.
cd your/project/folder
npm install dacast --save
In order to run tests, you need the following packages
- Mocha
- Chai
Run the following commands on your terminal:
npm install -g mocha
npm install --save-dev chai
Try running your test with the following command:
mocha test/test.js -R nyan
Before you can start using the api you need to set your API key.
Your API key can be found in the settings of your Dacast user account.