Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 969 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 969 Bytes

BBC QRCode Generator

Overview

A Sinatra application that will generate QRCodes for a BBC url with a BBC logo embedded in it. This QRCodes are PNG's and can be saved.

Requirements

This application requires ImageMagick to be installed. Other dependencies can be installed running:

bundle install

The application uses bit.ly to shorten the urls and check they are from the BBC. This service require a bit.ly api key and account which can be got for free from the bit.ly website. Once you have these credentials the app expects them to live in a file called .bitlyrc in your home directory.

Usage

To get going quickly run:

rackup config.u

Resources