2023-09-27 02:57:29 +02:00
|
|
|
## About
|
|
|
|
|
2024-03-28 19:49:55 +01:00
|
|
|
myip.wtf relays information about your public IP address
|
|
|
|
from
|
2024-04-02 03:02:47 +02:00
|
|
|
[clean.myip.wtf/json](https://clean.myip.wtf/json)
|
2024-03-28 19:49:55 +01:00
|
|
|
to your browser.
|
2023-09-27 02:57:29 +02:00
|
|
|
|
2024-03-28 21:38:00 +01:00
|
|
|
## Example
|
2023-09-27 02:57:29 +02:00
|
|
|
|
2024-03-28 21:33:00 +01:00
|
|
|
<p align="center">
|
2024-03-28 19:49:55 +01:00
|
|
|
<img src="https://raw.githubusercontent.com/0x1eef/myip.wtf/main/share/myip.wtf/myip.wtf.png">
|
|
|
|
</p>
|
2023-09-27 02:57:29 +02:00
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2024-03-28 19:49:55 +01:00
|
|
|
* Produce the `build/` directory
|
2023-09-27 02:57:29 +02:00
|
|
|
|
2024-03-28 19:49:55 +01:00
|
|
|
git clone https://github.com/0x1eef/myip.wtf
|
|
|
|
cd myip.wtf
|
|
|
|
npm i
|
2024-04-05 20:25:22 +02:00
|
|
|
# production build (recommended)
|
|
|
|
npm run build:production
|
|
|
|
# development build
|
|
|
|
npm run build:development
|
|
|
|
|
2024-03-28 19:49:55 +01:00
|
|
|
* Load the extension
|
|
|
|
* Visit `chrome://extensions`.
|
|
|
|
* Check `Developer mode` (top right hand corner).
|
|
|
|
* Click `Load unpacked extension`.
|
2024-04-05 20:25:22 +02:00
|
|
|
* Choose the `build/production/` directory from the file dialog.
|
2024-03-28 19:49:55 +01:00
|
|
|
* Done.
|
2023-09-27 02:57:29 +02:00
|
|
|
|
|
|
|
## Sources
|
|
|
|
|
2024-03-28 19:49:55 +01:00
|
|
|
* [GitHub](https://github.com/0x1eef/myip.wtf#readme)
|
|
|
|
* [GitLab](https://gitlab.com/0x1eef/myip.wtf#about)
|
2023-09-27 02:57:29 +02:00
|
|
|
|
2024-03-28 19:49:55 +01:00
|
|
|
## License
|
2023-09-27 02:57:29 +02:00
|
|
|
|
|
|
|
[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/).
|
|
|
|
<br>
|
2023-09-28 18:49:55 +02:00
|
|
|
See [LICENSE](./LICENSE).
|