Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/64

Or in the command line:

```sh
curl https://generate-secret.pages.dev/64
```

## Development

```
npm install
npm run dev
```

## Deployment

```
npm run deploy
```