Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 720 Bytes

File metadata and controls

23 lines (14 loc) · 720 Bytes

Morty

A Ruby/Sinatra and D3.js app that could make a good visual companion for interactive journalism

Enables users to easily browse a 128-page PDF, the 2017 Mortality Report, a Summary of Vital Statistics for the City of New York, on death rates by neighborhood. Development still in progress.

The PDF is scraped with the PDF::Reader::Turtletext Ruby gem.

Morty on Heroku

Installation
Clone this repository
Execute
bundle install
Then
rake db:migrate
Then
shotgun