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 --saveIn 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 chaiTry running your test with the following command:
mocha test/test.js -R nyanBefore 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.
