Skip to content

ndkaur/NewsHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsHub

Based on Front-end WebDevelopment

∗ NewsHub is a dynamic front-end web application that utilizes HTML, CSS and JavaScript to fetch and display real-time news articles making it fully responsive, ensuring an optimal user experience across all devices.

∗ The website uses NewsAP , a simple HTTP REST API used for searching and retrieving live articles from all over the web.

∗ The seamless integration of design and functionality makes NewsHub user friendly and engaging way way to stay informed about current events.

∗ Users can easily filter the news search based on interest and the API loads the top articles in no time.

Working of the project

Front Page :-

The user can easily read any news article of choice from the feed shown on the main screen .

According to the interests the user can select some of the top trending topics from the nav bar links . With respect to the link selected the News API loads news articles realted to that topic .

front page

IPL related News

ipl

Finance related News

finance

Search of Interest :-

The navigation bar also provides with an amazing feature of search.

The user needs to type any keyword and the news realted to that will load. tesla

News API

https://newsapi.org/

newsapi

News API is a simple HTTP REST API for searching and retrieving live articles from all over the web. It can help you answer questions like:

What top stories is TechCrunch running right now? What new articles were published about the next iPhone today? Has my company or product been mentioned or reviewed by any blogs recently? You can search for articles with any combination of the following criteria:

Keyword or phrase. Eg: find all articles containing the word 'Microsoft'. Date published. Eg: find all articles published yesterday. Source domain name. Eg: find all articles published on thenextweb.com. Language. Eg: find all articles written in English. You can sort the results in the following orders:

Date published Relevancy to search keyword Popularity of source You need an API key to use the API - this is a unique key that identifies your requests. They're free while you're in development.

for Eg:- https://newsapi.org/v2/everything?q=tesla&from=2023-07-14&sortBy=publishedAt&apiKey=396e069f07514c9b9f50576868b89c63

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors