Skip to content

josetapadas/quicknap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Nap

A quick way to get some REST

A Ruby lib to swifly create a simple web application.

Installation

Install the gem:

gem install quicknap

Or add it to your Gemfile:

gem 'quicknap'

Example

require 'quicknap'

get '/' do
  "Taking a quick nap: #{params}!"
end

post '/' do
  "Posted: #{post_body}"
end

listen_at 6969

Running

ruby quicknap_app.rb

Still under "heavy" development, feel free to contribute.

About

A quick way to get some REST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages