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

https://github.com/oscarotero/notes

Minimalist notepad for Deno deploy
https://github.com/oscarotero/notes

Last synced: 2 months ago
JSON representation

Minimalist notepad for Deno deploy

Awesome Lists containing this project

README

        

# Notes

Minimalist notepad for Deno Deploy. It uses [Deno KV](https://deno.com/kv) to store the data.

## Run

```sh
USER=your_user PASSWORD=your_password deno run --allow-net --allow-env=USER,PASSWORD --unstable server.ts
```