https://github.com/jsturtevant/whats-my-ip
https://github.com/jsturtevant/whats-my-ip
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsturtevant/whats-my-ip
- Owner: jsturtevant
- License: mit
- Created: 2023-09-01T23:20:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T23:22:32.000Z (over 1 year ago)
- Last Synced: 2025-01-26T05:27:07.116Z (4 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
To use:
```
go run .
starting on port 3000
```then get the ip it is running on:
```
curl.exe localhost:3000
ip is 127.0.0.1 on host localhost:3000
```