# Rack::Olark Rack middleware which injects the Olark JavaScript code before the end of the body of any HTML document being sent to the client. ## Usage use Rack::Olark, id: '1234-567-89-0123' Most of the options you give Rack::Olark are passed along to Olark in the following format: olark.configure('key', value); There are three special options: id, tag, and paths. id is your Olark API ID, and the middleware won't let your Rack app boot without it. tag is a custom script tag to be used at the beginning of the Olark code. Most people should never need this, and it will default to just `