Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minagishl/ip-address-for-hono

Hono application (created assuming Cloudflare Pages) that returns the IP address of the accessing user
https://github.com/minagishl/ip-address-for-hono

Last synced: 23 days ago
JSON representation

Hono application (created assuming Cloudflare Pages) that returns the IP address of the accessing user

Awesome Lists containing this project

README

        

# IP Address for Hono

Please note that some expressions may be different since they are translated from Japanese to English.

> The completed system will return the following response
> Sample website: https://ip-address-for-hono.pages.dev/

## Local Development

1. Clone the repository
2. Run `npm install`
3. Run `npm run dev`
4. Open `http://localhost:8787` in your browser

## Deploy to Cloudflare Pages

1. Fork this repository
2. Create a new project on Cloudflare Pages
3. Set the build command to `npm run build` in the build settings
4. Set the build output directory to `dist`
5. Save and deploy