Skip to content

danielthank/japanese-column-reader

Repository files navigation

Gatsby

Japanese Column Reader on Web

Japanese Column Reader

Feature

  • Vertical text layout

  • Swipe left and right to quickly switch among different news

  • Clicking the date label to pick a date and read the columns on that day (after 2020/7/20)

Implementation

  • Crawl the news content everyday using Scrapy

  • Parse news content by library newspaper

  • Generate server side rendering static site based on the news content using Gatsby

News source

The news content is from The 47 Column

Everyday at 19:00 JST, a cron job on Github Action is triggered to crawl the content of columns from the above website.

Netlify Status