wimi/README.md
2024-04-05 15:26:24 -03:00

1,010 B

About

myip.wtf relays information about your public IP address from clean.myip.wtf/json to your browser.

Example

Install

  • Produce the build/ directory

      git clone https://github.com/0x1eef/myip.wtf
      cd myip.wtf
      npm i
      # production build (recommended)
      npm run build:production
      # development build 
      npm run build:development
    
  • Load the extension

    • Visit chrome://extensions.
    • Check Developer mode (top right hand corner).
    • Click Load unpacked extension.
    • Choose the build/production/ directory from the file dialog.
    • Done.

Sources

License

BSD Zero Clause.
See LICENSE.