No description
- JavaScript 100%
| .vscode | ||
| .gitignore | ||
| .prettierrc | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| wrangler.toml | ||
| yarn.lock | ||
my-ip
Get your IP info.
This is run on a cloudflare worker and just returns the parsed values from request.CF
Host Your Own
Response
{
"ip": "172.107.20.86",
"geo": {
"latitude": "38.92580",
"longitude": "-77.39390"
},
"asn": 40676,
"country": "US",
"city": "Ashburn",
"continent": "NA",
"postalCode": "20171",
"metroCode": "511",
"region": "Virginia",
"regionCode": "VA",
"timezone": "America/New_York"
}