Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.4 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.4 KB

Boston Globe Trending Progressive Web App

Built by Eddie Kennedy, Connor MacDonald and Kelsey Kronmiller for Spring Hack Day 2017.

Displays Most Popular Globe content, along with basic stats on popular referrers and comments. Leverages the styles for Big Article templates built by the Sites team for Big Article template, and the API built for the Sports 2.0 project.

Getting set up:

  1. npm install Download dependencies (you'll need NPM)
  2. npm start Start the development environment (localhost:9000) This will start the node server and the webpack watch loop for styles/js. Currently there is no JS for the app.
  3. Get a sample of data to put into the /data/ directory. See either Eddie or Connor for this.

Things this thing is built with:

  • Node/Express - Server
  • Pug - Templating
  • Webpack SASS (Because #hackday)

Screenshots

Homepage

screen shot 2017-05-05 at 3 34 23 pm

Article

screen shot 2017-05-05 at 3 35 08 pm


TODO

  • Offline browsing
  • Taxonomy specific data
  • Get server to send transformed JSON data instead of HTML
  • Automate the data ingestion