wdzajicek / cdc-rss

Latest outbreaks & news releases from CDC.gov

Home Page:https://wdzajicek.github.io/cdc-rss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest US & International Outbreaks and News Releases from the CDC

See it live: https://wdzajicek.github.io/cdc-rss/

This project uses the CDC's RSS feed (along with Google Sheet's =IMPORTFEED() to bypass CORS issues) to fetch the latest US outbreaks, international outbreaks, and news releases from the CDC website.


Prerequisites

Installation

git clone git@github.com:wdzajicek/cdc-rss.git
cd cdc-rss
npm i && bundle i

Build

# Production build with minified assets
npm run production

# Development build with inline CSS and development bundle
npm run development

GitHub Pages

# GitHub pages build using '/cdc-rss/' as baseurl
npm run gh-pages

# Copy the GitHub pages build from _site/ to docs/ folder
## GitHub pages gets served from docs/ folder
npm run copy-gh

About

Latest outbreaks & news releases from CDC.gov

https://wdzajicek.github.io/cdc-rss/


Languages

Language:SCSS 70.4%Language:JavaScript 19.9%Language:HTML 7.1%Language:Ruby 2.7%