Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

xsaamiir/daily-node

Repository files navigation

daily-node

npm Lint & Test Language grade: JavaScript Total alerts

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));

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published