/api-nodejs

Dacast SDK api for nodejs

Primary LanguageJavaScript

bitmovin

The Dacast SDK for Node.js is a seamless integration with the Dacast API. You can use our API to access Dacast API endpoints.

Installation

Change directory to your project folder and install with NPM.

cd your/project/folder
npm install dacast --save

Testing

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

Usage

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.

Demos