abhishek11125 / Firstpost-News-Clone

Firstpost News Clone is a clone of Firstpost News website focused upon providing news of various paradigms such as politics, entertainment, current issues, etc. This project is collaborative project and completed in 5 days

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firstpost

This project is a clone of a news website of News-18 group name as 'Firstpost'. Project involves use of some news api's for cloning and frontend technologies as, HTML, CSS, Javascript.

Acknowledgements

API Reference

Get Searched News

  https://newsapi.org/v2/everything?q=bitcoin&apiKey=api_key
Parameter Type Description
api_key string Required. Your API key
q string Required Use this parameter to specify one or multiple search keywords.

Get News According To Categories

https://newsapi.org/v2/top-headlines?country=de&category=business&apiKey=api_key
Parameter Type Description
YOUR_API_KEY string Required Use this parameter to specify your unique API key, which is shown when you log in to your account dashboard.
category string [Optional] Use this parameter to include or exclude one or multiple comma-separated news categories. Example: To include business, but exclude sports: &sources=business,health.

Authors

Logo

About

Firstpost News Clone is a clone of Firstpost News website focused upon providing news of various paradigms such as politics, entertainment, current issues, etc. This project is collaborative project and completed in 5 days


Languages

Language:HTML 56.9%Language:JavaScript 23.0%Language:CSS 20.2%