Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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