Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douxxu/isitdown
A down detector that works with ip and websites
https://github.com/douxxu/isitdown
check down downdetect downdetector site up website
Last synced: about 1 month ago
JSON representation
A down detector that works with ip and websites
- Host: GitHub
- URL: https://github.com/douxxu/isitdown
- Owner: douxxu
- License: gpl-3.0
- Created: 2024-11-10T20:56:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T20:59:00.000Z (about 2 months ago)
- Last Synced: 2024-11-10T21:32:34.972Z (about 2 months ago)
- Topics: check, down, downdetect, downdetector, site, up, website
- Language: JavaScript
- Homepage: https://isitdown.douxx.tech
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isitdown
**isitdown** is a simple tool to check whether a website or IP address is up or down. It allows users to enter a URL or IP address, then performs a ping check to determine if the site is online. If the website is up, it shows the response time and additional headers. If it's down, it informs the user accordingly.
You can use this service at [isitdown.douxx.tech](http://isitdown.douxx.tech).
## Features
- Check if a website or IP address is online or down.
- Shows response time and additional information if the site is up.
- Displays a message if the site is down or if the request exceeds the 5-second timeout.
- Simple and intuitive interface with a dark theme.## Usage
1. Open the site at [isitdown.douxx.tech](http://isitdown.douxx.tech).
2. Enter a URL or IP address in the input field.
3. Click the "Check" button to see if the site is up or down.
4. The result will display the response time and additional information if the site is up, or an error message if the site is down or the request exceeds the timeout.## License
This project is licensed under the **GPL-3.0 License** - see the [LICENSE](LICENSE) file for details.