Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minagishl/generate-secret
An application created in Hono that returns a random value for a specified number of characters
https://github.com/minagishl/generate-secret
Last synced: 23 days ago
JSON representation
An application created in Hono that returns a random value for a specified number of characters
- Host: GitHub
- URL: https://github.com/minagishl/generate-secret
- Owner: minagishl
- License: mit
- Created: 2024-04-04T16:31:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T06:54:51.000Z (9 months ago)
- Last Synced: 2024-12-12T02:43:49.308Z (24 days ago)
- Language: TypeScript
- Homepage: https://generate-secret.pages.dev/32
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generate-secret
A simple web app which will generate secrets.
> Technical Notes
> Cloudflare Pages + Hono + nanoid may not be a good match## Usage
- https://generate-secret.pages.dev
- https://generate-secret.pages.dev/32
- https://generate-secret.pages.dev/64Or in the command line:
```sh
curl https://generate-secret.pages.dev/64
```## Development
```
npm install
npm run dev
```## Deployment
```
npm run deploy
```