https://github.com/j3rn/isup.website
A simple web application to check if a given website is up or not.
https://github.com/j3rn/isup.website
gleam web website
Last synced: 3 months ago
JSON representation
A simple web application to check if a given website is up or not.
- Host: GitHub
- URL: https://github.com/j3rn/isup.website
- Owner: J3RN
- License: apache-2.0
- Created: 2022-01-06T07:47:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T02:24:09.000Z (about 4 years ago)
- Last Synced: 2025-02-07T09:13:19.758Z (over 1 year ago)
- Topics: gleam, web, website
- Language: Gleam
- Homepage: https://isup.website
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isup.website
A simple web application to check if a given website is up or not.
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```