satriani

A micro-framework for creating REST-like APIs
HEAD Latest release released

Satriani

:guitar: Satriani Build Status

Web microframework for Crystal

Installation

Add this to your application's shard.yml:

dependencies:
  satriani:
    github: marceloboeira/satriani

Example

In the future it will be easier to create your app with a proper DSL, for now:

require "../src/satriani"

routes = [
  Satriani::Route.new("/hello-world") do |request|
    "hello-world"
  end
]

Satriani::Application.new(routes).start

Contributing

Want to contribute? check this first.

satriani:
  github: marceloboeira/satriani
  
License MIT
Crystal none

Authors

Dependencies 0

Development Dependencies 0

Dependents 0

Last synced .
search fire star recently