Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chakrit/down
Yes, staring at your console while github's down is definitely time well spent.
https://github.com/chakrit/down
Last synced: about 20 hours ago
JSON representation
Yes, staring at your console while github's down is definitely time well spent.
- Host: GitHub
- URL: https://github.com/chakrit/down
- Owner: chakrit
- License: mit
- Created: 2013-08-22T08:46:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T04:34:52.000Z (over 9 years ago)
- Last Synced: 2024-11-09T08:19:24.466Z (6 days ago)
- Language: JavaScript
- Homepage: https://npmjs.org/package/down
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DOWN
```sh
$ npm i -g down
```Don't hesistate to fork/issues/bugreport/pull request.
# USAGE
```sh
$ down gh
UP [github] Everything operating normally.
UP [github] Everything operating normally.
...
```or
```sh
$ down hv
UP [harvest] last response time: 609
UP [harvest] last response time: 609
...
```# SERVICES
* circleci (http://status.circleci.com/history.atom)
* facebook (https://www.facebook.com/feeds/api_status.php)
* github (https://status.github.com/api/last-message.json)
* harvest (http://harveststatus.com/status.json)
* slack (https://status.slack.com)# TODO:
* More services
* Tests for when service is actually down.