TextDB
A simple way to share small amounts of data
Let's name your data 0ab1c9ae-bf19-4aed-9074-b3b9afddb6ae
Update your data with
curl -d "hello world" -H "content-type: text/plain" https://textdb.dev/api/data/0ab1c9ae-bf19-4aed-9074-b3b9afddb6ae
Access your data with
curl https://textdb.dev/api/data/0ab1c9ae-bf19-4aed-9074-b3b9afddb6ae
Or view it with live updates at
https://textdb.dev/data/0ab1c9ae-bf19-4aed-9074-b3b9afddb6ae
Additional Information
Textdb should respect your headers, say if you do -H "accept: application/json" it will return json.
Likewise, if you do -H "content-type: application/json" when posting, it will validate the json.
If you have the data open on your browser, it should live update on writes.
Yes, anyone with the link can edit the data. We also just introduced Read Only links, visible in your data link.
The source code is at https://github.com/bontaq/textdb if you'd like to check it out.
If you would like something, or something is broken, please contact me at bontaq@gmail.com