Skip to content

atanasnik/NewsFeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NewsFeed 📰

A small project focused on practicing HTTP queries, Design patterns and JSON, given as a homework in the Modern Java Technologies course, FMI, 2023

Task overview

Create a project which lets the User search for news by different criteria

API

We are going to use the following REST API, it is public, free and works throgh the use of an API Key which can be obtained upon registration.

The necessary endpoint is /v2/top-headlines, documented here.

The API has a limit of 100 requests per day, which implies its resources should be used carefully upon development and testing.

Criteria

The criteria which the searches will be based on:

  • keywords
  • category (optional)
  • country (optional)

Paging

The User should be able to read up to 3 pages, each one of them containing up to 50 news articles.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages