daily-server
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "daily-server", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "code", | ||
@@ -16,3 +16,6 @@ "main": "dist/index.js", | ||
"keywords": [ | ||
"onlyfans" | ||
"daily-server", | ||
"daily.co", | ||
"livestreaming", | ||
"video-calls" | ||
], | ||
@@ -42,3 +45,3 @@ "author": "mshd", | ||
}, | ||
"readme": "# daily-server\n\nInspired by https://github.com/sharkyze/daily-node\n\n# License\n\nMIT\n" | ||
"readme": "# daily-server\n\nSimplify your daily.co API calls with this package.\n\nFull Typescript support.\n\nBased on: https://docs.daily.co/reference/rest-api\n\nInspired by https://github.com/sharkyze/daily-node\n\n# Usage\n\n```node\nconst daily = new Daily(process.env.DAILY_API_KEY!);\n\nconst room = daily.createRoom({name:\"myfirstroom\"});\n```\n\n# License\n\nMIT\n" | ||
} |
# 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 | ||
```node | ||
const daily = new Daily(process.env.DAILY_API_KEY!); | ||
const room = daily.createRoom({name:"myfirstroom"}); | ||
``` | ||
# License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8445
22