Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukaszkorecki/pasta

Ephemeral (copy) pasta
https://github.com/lukaszkorecki/pasta

Last synced: 20 days ago
JSON representation

Ephemeral (copy) pasta

Awesome Lists containing this project

README

        

Ephemeral (copy) pasta :spaghetti:

Quick and dirty pastebin in which all pastes expire after 5 minutes.

Not sure why.

### Building

`go install github.com/lukaszkorecki/pasta`

### Example

```bash

id=$(curl -X POST -d'body="lol"' localhost:3000/paste)

curl localhost:3000/$id # => lol

# wait 5 minutes

curl localhost:3000/$id # => Gone, 404
```

# Licence

GPLv3