0.1.0 • Published 2 years ago

daily-server v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

daily-server

Simplify your daily.co API calls with this package.

Full Typescript support.

Based on: https://docs.daily.co/reference/rest-api

Inspired by https://github.com/sharkyze/daily-node

Usage

const daily = new Daily(process.env.DAILY_API_KEY!);

const room = daily.createRoom({name:"myfirstroom"});

License

MIT