https://github.com/simbo/are-we-online
A small tool to place on your local/home webserver to display if different hosts are reachable.
https://github.com/simbo/are-we-online
Last synced: 12 months ago
JSON representation
A small tool to place on your local/home webserver to display if different hosts are reachable.
- Host: GitHub
- URL: https://github.com/simbo/are-we-online
- Owner: simbo
- License: mit
- Created: 2022-06-10T11:13:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T20:25:21.000Z (about 4 years ago)
- Last Synced: 2025-06-08T20:44:43.966Z (about 1 year ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# are-we-online
> A small tool to place on your local/home webserver to display if different hosts are reachable.
---
## Screenshot

## Usage
Simply build it and upload to your local webserver.
Hostnames are interpreted as HTTPS URLs where protocol and port are added
automatically. If you want to use different port or protocol, just add them
directly to the hostname input (e.g. `http://whatever.foo:88`).
```sh
# develop
yarn start
# build
yarn build
# deploy
yarn deploy
```
## License and Author
[MIT © Simon Lepel](http://simbo.mit-license.org/)