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

https://github.com/davidkirwan/sinatra_paste

Simple pastebin/gist clone
https://github.com/davidkirwan/sinatra_paste

Last synced: 3 months ago
JSON representation

Simple pastebin/gist clone

Awesome Lists containing this project

README

        

== sinatra_paste ==
Paste text, simple pastebin/gist clone

=== Licence ===
GPL 2.0 see LICENCE for more information.

=== Install ===
Should be as simple as:

----
bundle install
rackup
----