Skip to content

aldfeu/api-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dacast SDK api for nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published