https://github.com/karitham/cronjoborg
Wrapper around the https://cron-job.org REST API
https://github.com/karitham/cronjoborg
Last synced: 2 months ago
JSON representation
Wrapper around the https://cron-job.org REST API
- Host: GitHub
- URL: https://github.com/karitham/cronjoborg
- Owner: karitham
- License: mit
- Created: 2022-01-14T17:53:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T08:09:36.000Z (over 3 years ago)
- Last Synced: 2025-01-22T05:29:46.906Z (4 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cron-job.org
Wrapper around the REST API.
Get your API key there and start using the API right away.
## Usage
```sh
go get -u "github.com/Karitham/gocronjob"
```See the [examples](./examples).