39 lines
876 B
Markdown
39 lines
876 B
Markdown
## About
|
|
|
|
myip.wtf relays information about your public IP address
|
|
from
|
|
[clean.myip.wtf/json](https://clean.myip.wtf/json)
|
|
to your browser.
|
|
|
|
## Example
|
|
|
|
<p align="center">
|
|
<img src="https://raw.githubusercontent.com/0x1eef/myip.wtf/main/share/myip.wtf/myip.wtf.png">
|
|
</p>
|
|
|
|
## Install
|
|
|
|
* Produce the `build/` directory
|
|
|
|
git clone https://github.com/0x1eef/myip.wtf
|
|
cd myip.wtf
|
|
npm i
|
|
npm run build
|
|
|
|
* Load the extension
|
|
* Visit `chrome://extensions`.
|
|
* Check `Developer mode` (top right hand corner).
|
|
* Click `Load unpacked extension`.
|
|
* Choose the `build/` directory from the file dialog.
|
|
* Done.
|
|
|
|
## Sources
|
|
|
|
* [GitHub](https://github.com/0x1eef/myip.wtf#readme)
|
|
* [GitLab](https://gitlab.com/0x1eef/myip.wtf#about)
|
|
|
|
## License
|
|
|
|
[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/).
|
|
<br>
|
|
See [LICENSE](./LICENSE).
|