Short Description:
Set of statistical tools to visualise patterns and potential biases in global News.
Whats In The News
Data Visualisation Tools for analysing News content.
Proof of Concept.
Data is scraped from News sources and served from bespoke Express App.
Installation
- Clone the repository in your command line by copying the below code. The development server will be started. Installation requires the Github CLI and NPM.
git clone https://github.com/derrmru/whats-in-the-news.git
cd whats-in-the-news
npm install
npm start
Used Technologies and Libraries
Dev Dependencies
- "@testing-library/jest-dom": "^4.2.4",
- "@testing-library/react": "^9.5.0",
- "@testing-library/user-event": "^7.2.1",
- "@types/hookrouter": "^2.2.3",
- "@types/jest": "^24.9.1",
- "@types/node": "^12.12.58",
- "@types/react": "^16.9.49",
- "@types/react-dom": "^16.9.8",
- "hookrouter": "^1.2.3",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "react-scripts": "3.4.3",
- "typescript": "^3.7.5"