An open API service indexing awesome lists of open source software.

https://github.com/inbrowserapp/ip.inbrowser.app


https://github.com/inbrowserapp/ip.inbrowser.app

Last synced: about 2 months ago
JSON representation

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)