An open API service indexing awesome lists of open source software.

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.

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

![Screenshot](./screenshot.png)

## 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/)