Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olizilla/up
is it up?
https://github.com/olizilla/up
Last synced: 9 days ago
JSON representation
is it up?
- Host: GitHub
- URL: https://github.com/olizilla/up
- Owner: olizilla
- Created: 2014-08-05T23:27:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-05T23:27:51.000Z (over 10 years ago)
- Last Synced: 2024-10-08T00:26:03.857Z (3 months ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UP?
Check if a given url is up, every x mins.
User can log in and create a list of sites they'd like to check.
Only 1 request is sent every x mins
user{
sites: [
{ siteId: }
]
}Sites [
{_id: foo, status: 200, }
]Requests [
{ siteId: foo, date: x, status: 200 }
]