Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsturtevant/whats-my-ip
https://github.com/jsturtevant/whats-my-ip
Last synced: 12 days 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: 2024-11-27T13:44:13.888Z (2 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
```