https://github.com/divineomega/cachet.js
📛 JavaScript client library for the Cachet API
https://github.com/divineomega/cachet.js
Last synced: about 1 year ago
JSON representation
📛 JavaScript client library for the Cachet API
- Host: GitHub
- URL: https://github.com/divineomega/cachet.js
- Owner: DivineOmega
- License: lgpl-3.0
- Created: 2015-04-15T15:46:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T22:40:35.000Z (over 10 years ago)
- Last Synced: 2025-03-10T06:59:07.078Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 23.4 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cachet.js
[](https://codeclimate.com/github/DivineOmega/cachet.js)
cachet.js is a JavaScript client library for the Cachet status page (https://cachethq.io/).
This library could be useful for displaying details from your Cachet status page in other systems, such as a monitoring dashboard, a client ticketing system or a HTML powered mobile/desktop application.
If you want to grab cachet.js with Bower, just run: bower install cachet.js
## Features
* Retrieval of Cachet elements (all or single)
* Components
* Incidents
* Metrics
* Updating of component statuses
* Asynchronous operation
* Sanity checks on all requests
* Useful errors logged to the console to aid debugging
## Dependencies
* jQuery >= 2.1.3