Skip to content
/ ip Public

A Cloudflare Worker displaying your IP address and reverse hostname

Notifications You must be signed in to change notification settings

dentarg/ip

Repository files navigation

ip

Install Node and dependencies

brew install node
npm install

Install Rust

brew install rust

Install Wrangler

cargo install wrangler

Use Wrangler to

  • Build

      wrangler build
    
  • Preview (opens browser)

      wrangler preview
      wrangler preview --watch
    
  • Publish

      wrangler publish
    

Format the code with Prettier:

npm run format

About

A Cloudflare Worker displaying your IP address and reverse hostname

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published