/bb

Easily store small amounts of data behind an HTTP server

Primary LanguageGoThe UnlicenseUnlicense

bb

Go Report Card

Easily store small amounts of data behind an HTTP server.

Built so I can have something remotely useful to play with on my Raspberry Pi Zero W.

Install

go get github.com/hoffa/bb

Usage

bb

Example

curl --data-binary @file.txt localhost:8080/file
curl localhost:8080/file