https://github.com/inbrowserapp/ip.inbrowser.app
https://github.com/inbrowserapp/ip.inbrowser.app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inbrowserapp/ip.inbrowser.app
- Owner: InBrowserApp
- Created: 2023-10-23T10:37:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T02:51:11.000Z (over 2 years ago)
- Last Synced: 2024-01-03T04:01:56.451Z (over 2 years ago)
- Language: Vue
- Size: 431 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ IP InBrowser.App
https://ip.inbrowser.app
IP InBrowser.App is a set of powerful IP tools. Fully runs in your browser. No server-side code.
## โจ Features
* Everything is processed in your browser. No privacy risk.
* Works without network connection using PWA.
* Works on all modern browsers and devices.
* All files are static. No backend servers needed.
## ๐งโ๐ป Develop
```sh
$ npm run dev # Run Dev Server
$ npm run build # Build to dist/
```
## โฅ๏ธ Credits
* [ipify - A Simple Public IP Address API](https://www.ipify.org/)
* [IP Address Lookup / IPv4 / IPv6 - IP.SB](https://ip.sb/)
* [GeoJS | GeoJS ยท REST/JSON/JSONP GeoIP API](https://www.geojs.io/)
* [Google DoH](https://dns.google/dns-query)
* [Cloudflare DoH](https://cloudflare-dns.com/dns-query)
* [vitalets/webrtc-ips](https://github.com/vitalets/webrtc-ips)
* [sindresorhus/is-ip](https://github.com/sindresorhus/is-ip)
* [silverwind/cidr-tools](https://github.com/silverwind/cidr-tools)
* [silverwind/is-cidr](https://github.com/silverwind/is-cidr)
* [silverwind/ip-bigint](https://github.com/silverwind/ip-bigint)