You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
This package can easily handle DaneeCloud API with lot of functions
Installation
# Install latest version
npm install daneecloud-api@latest
# Install development version (use at your own risk)
npm install daneecloud-api@dev
Index.js example
const{ Cloud }=require("daneecloud-api")constcloud=newCloud({cloudUrl: "",// URL address of your cloud e.c. https://cloud.daneeskripter.devapiKey: ""// API Key of your cloud. You can generate it at /addapikey})