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
- Host: GitHub
- URL: https://github.com/davidkirwan/sinatra_paste
- Owner: davidkirwan
- License: gpl-2.0
- Created: 2015-12-14T10:48:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T23:55:55.000Z (over 9 years ago)
- Last Synced: 2024-04-15T01:52:52.715Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 488 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
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
----