Skip to content

javamultiplex/news-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/