Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 509 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 509 Bytes

#Nano Api Engine

Add airtickets search to your site.

##Instalation Add the folowing line to Gemfile and then run bundle command.

gem 'nano_api', :git => 'git://github.com/KosyanMedia/nano_api.git'

Next create api config, using generator rails g nano_api:config. Provide api_token and search_server config options.

Add nano api routes in config/routes.rb:

mount NanoApi::Engine => '/nano'

##Usage

##Customization

##Development Fully tested pull requests are welcome.