Simple React JS app using functional components.
https://newsapi.org/v2/top-headlines?country=${props.country}&&category=${props.category}&apiKey=${props.apiKey}&page=${page + 1}&pageSize=${props.pageSize}| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Required. Your API key |
To start this project under development server
npm run start