Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/synthead/httpstatus-sinatra
https://github.com/synthead/httpstatus-sinatra
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/synthead/httpstatus-sinatra
- Owner: synthead
- Created: 2020-07-08T22:02:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T06:44:27.000Z (over 1 year ago)
- Last Synced: 2023-03-24T19:08:40.243Z (over 1 year ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# httpstatus-sinatra
A super tiny clone of [https://httpstat.us](https://httpstat.us/) written in [Sinatra](http://sinatrarb.com)!
### Set it up
1. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation).
1. Install Bundler: `gem install bundler`.
1. Install gems with Bundler: `bundle install`.### Run it
`bundle exec server.rb`