{"id":24625156,"url":"https://github.com/johnmccabe/public-ip-watcher","last_synced_at":"2026-04-17T01:03:21.668Z","repository":{"id":65196470,"uuid":"460385598","full_name":"johnmccabe/public-ip-watcher","owner":"johnmccabe","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-05T02:35:49.000Z","size":31,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-19T07:59:43.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnmccabe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-02-17T10:26:26.000Z","updated_at":"2022-02-17T10:26:37.000Z","dependencies_parsed_at":"2024-06-20T13:04:45.179Z","dependency_job_id":"971b5bee-8293-4aa3-b464-c4b8179f9ee4","html_url":"https://github.com/johnmccabe/public-ip-watcher","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/johnmccabe/public-ip-watcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fpublic-ip-watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fpublic-ip-watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fpublic-ip-watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fpublic-ip-watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnmccabe","download_url":"https://codeload.github.com/johnmccabe/public-ip-watcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmccabe%2Fpublic-ip-watcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31910584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-01-25T04:13:12.994Z","updated_at":"2026-04-17T01:03:21.627Z","avatar_url":"https://github.com/johnmccabe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# public-ip-watcher\n\nKeeps track of changes to your public IP by polling Cloudflares icanhazip endpoint.\n\nExposes two endpoints.\n\n```\n$ http localhost:8080/latest\n\n{\n    \"Addr\": \"11.22.33.01\",\n    \"Created\": \"2022-01-01 01:02:03\"\n}\n```\n\n```\n$ http localhost:8080/history\n\n[   \n    {\n        \"Addr\": \"44.55.66.01\",\n        \"Created\": \"2022-02-13 04:05:06\"\n    },\n    {\n        \"Addr\": \"11.22.33.01\",\n        \"Created\": \"2022-01-01 01:02:03\"\n    }\n]\n```\n\n## Building\n\nBuild a local binary with;\n\n```\nmake\n```\n\nAnd a container image with (update the container tag as needed in the Makefile);\n\n```\nmake image\n```\n\n## Running\n\nLocal binary;\n\n```\n./ipwatcher\n```\n\nIn docker;\n\n```\ndocker run --rm --name ipwatcher -p 8080:8080 -v db:/db johnmccabe/ipwatcher:dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnmccabe%2Fpublic-ip-watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnmccabe%2Fpublic-ip-watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnmccabe%2Fpublic-ip-watcher/lists"}