From 72390a3ebfa2f94018d5d42dd49cbaa9ab2a6c4b Mon Sep 17 00:00:00 2001 From: Ary Borenszweig Date: Mon, 1 Jun 2015 18:06:26 -0300 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2729320 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# frank + +This is a proof-of-concept [Sinatra](http://www.sinatrarb.com/) clone for [Crystal](http://www.crystal-lang.org). + +## Status + +Basic `get`, `put`, `post` and `head` routes can be matched, and request parameters can be obtained. +We are still missing a lot!