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

https://github.com/ozwaldorf/fleek-pastebin

Pastebin on fleek network
https://github.com/ozwaldorf/fleek-pastebin

Last synced: 3 months ago
JSON representation

Pastebin on fleek network

Awesome Lists containing this project

README

        

# Fleek Pastebin

Pastebin service for the Fleek Network javascript runtime.

Backed by 0dd.sh, which enables constructing a temporary origin url in order
to cache content in the node and propagate across the network.

## Development

```bash
# Install fleek cli
deno install -gA npm:@fleek-platform/cli

# Initialize function
deno task init

# Deploy function
deno task deploy
```