wimi/README.md

40 lines
884 B
Markdown
Raw Normal View History

2023-09-27 02:57:29 +02:00
## About
myip.wtf relays information about your public IP address
from
[clean.myip.wtf.com/json](https://clean.myip.wtf.com/json)
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">
<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
* Produce the `build/` directory
2023-09-27 02:57:29 +02:00
git clone https://github.com/0x1eef/myip.wtf
cd myip.wtf
npm i
npm run build
2023-09-27 02:57:29 +02:00
* 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.
2023-09-27 02:57:29 +02:00
## Sources
* [GitHub](https://github.com/0x1eef/myip.wtf#readme)
* [GitLab](https://gitlab.com/0x1eef/myip.wtf#about)
2023-09-27 02:57:29 +02: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).