Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asis2016/vizmyip
Visualizes public IP information of your system.
https://github.com/asis2016/vizmyip
Last synced: 8 days ago
JSON representation
Visualizes public IP information of your system.
- Host: GitHub
- URL: https://github.com/asis2016/vizmyip
- Owner: asis2016
- License: mit
- Created: 2023-12-24T09:40:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-28T07:47:26.000Z (11 months ago)
- Last Synced: 2024-10-03T08:09:10.200Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vizmyip
Visualizes public IP information of your system.## Installation
Install `vizmyip` with pip3
```bash
$ pip install vizmyip==0.1.2
```## Run Locally
After the installation,
```bash
$ vizmyip* Serving Flask app 'vizmyip.app' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
```Now, browse http://127.0.0.1:5000/
![screenshot](screenshot.png)
## Feedback and Contributing
Contributions are always welcome! And, if you have any feedback or query, please reach out to me at [email protected].## Related
Here are some related links for this project:
- https://amaharjan.de/what-is-my-ip-a-simple-flask-project/## License
[MIT](./LICENSE)