# daily-node

> Node.js client library for the daily.co platform.

Latest version **0.0.2** (published 2020-04-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install daily-node
pnpm add daily-node
yarn add daily-node
bun add daily-node
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2020-04-13 |
| First published | 2020-04-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 14.4 KB |
| Known vulnerabilities | 0 (+25 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | samir elsharkawy |
| Maintainers | sharkyze |
| Keywords | daily-co, node |

## Links

- npm: https://www.npmjs.com/package/daily-node
- Repository: https://github.com/sharkyze/daily-node
- Homepage: https://github.com/sharkyze/daily-node#readme
- Issues: https://github.com/sharkyze/daily-node/issues
- npm.io page: https://npm.io/package/daily-node

## Dependencies (1)

- [axios](https://npm.io/package/axios.md) ^0.19.2

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2020-04-13
- 0.0.1 — 2020-04-13

## README

# daily-node

Node.js client library wrapper for the [daily.co platform API](https://docs.daily.co/reference).

## Installation

```bash
npm install daily-node
or
yarn add daily-node
```

## Getting Started

```typescript
// 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));
```

---
_Source: https://npm.io/package/daily-node · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
