###Summary
- An annotation web app that promotes analysis of texts a la Genius.com
###Features
- CRUD for models such as genres, pages, artists, collections...
- Backbone front-end and authentication, allowing for a single page app
- Easy updating of models through double-clicking text fields and editing in place
- Loading of song information and Spotify player on creation through use of the Spotify API
- Retention of annotation information through manipulation of DOM 'selection' objects and recursion (annotation/new, check it out)
- Implements basic tour using Shepherd.js