Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

News assistant


Aim

The aim of this script is to read out the top headlines of your favourite news category
Categories you can choose from are:

  • business
  • entertainment
  • general
  • health
  • science
  • sports
  • technology

Requirements

npm install newsapi --save
npm install prompt-sync
npm install say

To use:

  • node .
  • Get and enter your API key by registering at https://newsapi.org/register
  • Enter the category from the above listed categories
  • Sit back and listen to the latest news headlines :)