Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minagishl/ip-address-for-hono
- Owner: minagishl
- License: mit
- Created: 2024-04-04T15:59:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T17:16:26.000Z (9 months ago)
- Last Synced: 2024-12-12T02:43:50.256Z (24 days ago)
- Language: TypeScript
- Homepage: https://ip-address-for-hono.pages.dev/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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