robindiddams / daily-node

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

Home Page:https://docs.daily.co/reference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://docs.daily.co/reference

License:MIT License


Languages

Language:TypeScript 95.9%Language:JavaScript 4.1%