satriani
Version, currently master branch1 version
- master branchlatestDec 29, 2016
github.com/marceloboeira/satriani
:guitar: A micro-framework for creating REST-like APIs in Crystal
13 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
satriani:
github: marceloboeira/satriani
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
- Author
- Marcelo Boeira <me@marceloboeira.com>
Dependencies
This version declares no dependencies.
README

# :guitar: Satriani [](https://travis-ci.org/marceloboeira/satriani)
> Web microframework for Crystal
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
satriani:
github: marceloboeira/satriani
```
## Example
In the future it will be easier to create your app with a proper DSL, for now:
```crystal
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](CONTRIBUTE.md) first.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Dec 29, 2016
- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/marceloboeira/satriani
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 1