{"id":28742291,"url":"https://github.com/programmerqeu/andrelademann-de-status","last_synced_at":"2025-06-16T08:41:14.493Z","repository":{"id":185162845,"uuid":"655918953","full_name":"programmerqeu/andrelademann-de-status","owner":"programmerqeu","description":"Monitors my services","archived":false,"fork":false,"pushed_at":"2023-12-15T02:50:50.000Z","size":276,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-10T15:17:21.612Z","etag":null,"topics":["monitor"],"latest_commit_sha":null,"homepage":"https://status.andrelademann.de/frontend","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/programmerqeu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-19T22:32:46.000Z","updated_at":"2025-05-19T18:32:49.000Z","dependencies_parsed_at":"2024-10-31T22:23:47.318Z","dependency_job_id":"a9a12359-08b8-4dba-ad40-df497fb38af2","html_url":"https://github.com/programmerqeu/andrelademann-de-status","commit_stats":null,"previous_names":["vergissberlin/andrelademann-de-status","programmerqeu/andrelademann-de-status"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/programmerqeu/andrelademann-de-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmerqeu%2Fandrelademann-de-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmerqeu%2Fandrelademann-de-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmerqeu%2Fandrelademann-de-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmerqeu%2Fandrelademann-de-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/programmerqeu","download_url":"https://codeload.github.com/programmerqeu/andrelademann-de-status/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmerqeu%2Fandrelademann-de-status/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260127237,"owners_count":22962779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["monitor"],"created_at":"2025-06-16T08:41:13.680Z","updated_at":"2025-06-16T08:41:14.476Z","avatar_url":"https://github.com/programmerqeu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"200px\" src=\"https://encore.dev/assets/branding/logo/logo.svg\" alt=\"Encore - The Backend Development Engine\" /\u003e\n\n# Uptime Monitoring System\n\nThis is an Encore application that continuously monitors the uptime of a list of websites.\n\nWhen it detects a website going down it posts a Slack message notifying that the website is down, and another message when the website is back up again.\n\n![Frontend](./images/frontend.png)\n![Encore Flow](./images/encore-flow.png)\n\nThis took about 4 hours to build from scratch, including tests using [Encore](https://encore.dev). It took 2 minutes to deploy, including databases, Pub/Sub topics, and cron jobs.\n\n## Tutorial\n\nCheck out the [written tutorial (30 min)](https://encore.dev/docs/tutorials/uptime) to learn how to build this application from scratch!\n\n## Install\n\nYou will need the [Encore CLI](https://encore.dev/docs/install)\nto run and deploy this application.\n\nTo install Encore, run:\n```bash\n# macOS \nbrew install encoredev/tap/encore\n\n# Windows\niwr https://encore.dev/install.ps1 | iex\n\n# Linux\ncurl -L https://encore.dev/install.sh | bash\n```\n\nClone and run the app locally:\n```bash\ngit clone git@github.com:encoredev/example-app-uptime.git\ncd example-app-uptime\n\n# Log in to Encore\nencore auth login\n\n# Set the Slack webhook secret (see tutorial above)\nencore secret set SlackWebhookURL\n\n# Run the app\nencore run\n```\n\n## Using the API\n\n```bash\n# Check if a given site is up (defaults to 'https://' if left out)\n$ curl 'http://localhost:4000/ping/google.com'\n\n# Add a site to be automatically pinged every 5 minutes\ncurl 'http://localhost:4000/site' -d '{\"url\":\"google.com\"}'\n\n# Check all tracked sites immediately\ncurl -X POST 'http://localhost:4000/checkall'\n\n# Get the current status of all tracked sites\ncurl 'http://localhost:4000/sites'\n```\n\n## Deployment\n\n```bash\nencore app create my-oncall-app-name\ngit push origin main\n```\n\nThen head over to \u003chttps://app.encore.dev\u003e to find out your production URL, and off you go into the clouds!\n\n## Testing\n\n```bash\nencore test ./...\n```\n\n## Contributing\n\nAll contributions are welcome! All we ask is that you adhere to the [Code of Conduct](https://github.com/encoredev/encore/blob/main/CODE_OF_CONDUCT.md)\n\n- [Quick Start with Encore](https://encore.dev/docs/quick-start)\n- [Create an Account with Encore](https://encore.dev/login)\n- [Go Cheatsheet](https://encore.dev/guide/go.mod)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammerqeu%2Fandrelademann-de-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammerqeu%2Fandrelademann-de-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammerqeu%2Fandrelademann-de-status/lists"}