Cronly
Searchβ¦
Cronly
π
FAQ
Setup guides
π΅
Subscription
π€
Your account
π’
Employees
π
Projects
π₯
Triggers
π
Events
πͺ
Webhooks
Service guides
βΆ
Managed jobs
β±
Job monitors
π
SSL certificates
API
How to use the API
Companies
Notifications
Job monitors
Projects
SSL certificates
Users
SDKs
PHP
JavaScript
Integrations
Wordpress WP-Cron
Powered By
GitBook
JavaScript
Use the JavaScript wrapper to access the Cronly API from your existing project.
More information
This package was developed by a community member and can be found on
GitHub
and
npmjs
. Thanks a lot for maintaining it,
Coen Schutte
!
Installation
In your existing project, just require the wrapper:
1
npm
i @coenschutte/npm-cronly-wrapper
Copied!
Usage
1
const
Cronly
=
require
(
"@coenschutte/npm-cronly-wrapper"
);
2
β
3
var
cronly
=
new
Cronly
(
apikey
);
4
β
5
cronly
6
.
getAllCertificates
()
7
.
then
(
function
(
response
)
{
8
console
.
log
(
response
);
9
})
10
.
catch
(
function
(
error
)
{
11
console
.
log
(
error
);
12
});
Copied!
SDKs - Previous
PHP
Next - Integrations
Wordpress WP-Cron
Last modified
23d ago
Copy link
Contents
More information
Installation
Usage