Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryshell/myip
myip is a server application that responds client-side IP information.
https://github.com/jerryshell/myip
ipinfo myip myipaddress rust
Last synced: 5 days ago
JSON representation
myip is a server application that responds client-side IP information.
- Host: GitHub
- URL: https://github.com/jerryshell/myip
- Owner: jerryshell
- License: agpl-3.0
- Created: 2022-12-04T10:12:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T06:19:09.000Z (7 months ago)
- Last Synced: 2024-04-20T20:55:42.475Z (7 months ago)
- Topics: ipinfo, myip, myipaddress, rust
- Language: Rust
- Homepage: https://myip.d8s.fun
- Size: 218 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myip
*myip* is a server application that responds client-side IP information.
Demo: [myip.d8s.fun](https://myip.d8s.fun)
## IPinfo Token
To run this project, you need to first create a `.env` file in the root directory of the project, and then fill in the content:
```env
IPINFO_TOKEN=your_token
```## License
[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0)