npm.io
0.0.2 • Published 6 years ago

daily-node

Licence
MIT
Version
0.0.2
Deps
1
Size
14 kB
Vulns
25
Weekly
0
Stars
3

daily-node

Node.js client library wrapper for the daily.co platform API.

Installation

npm install daily-node
or
yarn add daily-node

Getting Started

// Create a daily.co client
const daily = new Daily("<your daily.co API Key>");

// Create a room
const room = await daily.createRoom({ privacy: "public" });

// Get info about a room
console.log(await daily.room(room.name));

Keywords