Skip to content

Latest commit

 

History

History
74 lines (39 loc) · 1.68 KB

README.md

File metadata and controls

74 lines (39 loc) · 1.68 KB

LINKS API

A pastebin service to upload/share in a simple and fast way files, pieces of code/configuration, etc.. The service is presented as a restful set of APIs written using the python Flask restful framework. Add to your bashrc/zshrc the magic nopaste alias to start sharing your snippets:

alias nopaste = "curl -F c=@- https://IP:PORT/api/links"

The main features of this little webserver are the following:

USER API

TESTS

KNOWN ISSUES

TODO

  • Put db in /var/lib/nopaste by default