Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 563 Bytes

News Tracker

Get news using https://newsapi.org/

System Requirement

  • Java 8
  • Maven 3.6.1
  • Eclipse/IntelliJ IDEA

Functionaliy

  • Get news urls based on keyword entered by user and write to file.
  • Get news urls based on keyword and date entered by user and write to file.
  • Get news urls based on keywords present in file and write to another file.

How to install Maven in Windows

https://www.mkyong.com/maven/how-to-install-maven-in-windows/

How to import maven project in Eclipse

https://javapapers.com/java/import-maven-project-into-eclipse/