leroybm / mind-the-news

A simple news scrapper and news viewer made with React+Node+Puppeteer as a test for a job proposition

Home Page:https://mind-the-news-frontend.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mind the news

More info can be find in the README in the inside folders frontend and backend

Deploy

To deploy you must have the following remotes and permission to push to them

heroku-backend  https://git.heroku.com/mind-the-news-backend.git
heroku-frontend https://git.heroku.com/mind-the-news-frontend.git

Then you can submit a git subtree to each one of them

git subtree push --prefix backend heroku-backend master
git subtree push --prefix frontend heroku-frontend master

About

A simple news scrapper and news viewer made with React+Node+Puppeteer as a test for a job proposition

https://mind-the-news-frontend.herokuapp.com/


Languages

Language:JavaScript 66.8%Language:CSS 29.2%Language:HTML 3.9%