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

https://github.com/mark24code/rosefinch

sinatra like framework
https://github.com/mark24code/rosefinch

Last synced: 11 months ago
JSON representation

sinatra like framework

Awesome Lists containing this project

README

          

# rosefinch

sinatra like framework

## Intro

```ruby

require "rosefinch"

get "/" do
"Hello World!"
end

RoseFinch::RunServer port:4567
```

supprt `:get,:post, :patch, :put, :delete, :head`