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.
- NVM, run
nvm use
in project folder, OR:- Nodejs - install the version specified in
.nvmrc
.
- Nodejs - install the version specified in
- Ruby version specified in
.ruby-version
file.
git clone [email protected]:wdzajicek/cdc-rss.git
cd cdc-rss
npm i && bundle i
# Production build with minified assets
npm run production
# Development build with inline CSS and development bundle
npm run development
A GitHub action is used to build the site and deploy to GitHub pages.
Pushing to the master
branch triggers the action.
See the actions file: .github/workflows/deploy.yml