Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brettski/ipwatch
A basic app to let me know if my external IP changes. Versions in Node.js, Python, Golang, and Rust
https://github.com/brettski/ipwatch
Last synced: 13 days ago
JSON representation
A basic app to let me know if my external IP changes. Versions in Node.js, Python, Golang, and Rust
- Host: GitHub
- URL: https://github.com/brettski/ipwatch
- Owner: brettski
- License: mit
- Created: 2020-06-13T00:46:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T02:26:43.000Z (11 months ago)
- Last Synced: 2024-11-19T05:14:18.596Z (2 months ago)
- Language: Go
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ipWatch
ipWatch keeps an eye on my external IP. If it changes then sends an email alert.
ipWatch was originally built as a [nodejs](https://node.js) application. For practice and learning it has been recreated using [rust-lang](https://rust-lang.org), [Python](https://python.org), and [Golang](https://go.dev/) too.
[nodejs version](./nodejs/)
[python version](./python/)
[golang version](./golang/)
[rust version](./rust/)