The news reader that uses newsapi.org.
You can choose where the messages come from and their number on the page by simply changing filters on the top of the app.
Fill in the API key for newsapi in the src/env.js file.
By default, the application will run on localhost:3000
To run app:
npm install
npm run start
To run tests:
npm run test