-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Emma edited this page Jul 29, 2019
·
1 revision
Welcome to the News-App-Demo wiki!
App.js Main application file- This is a class based component as it’ll basically serves as the wrapper component for every other component.
Feed.js A class based component which displays news articles - will display the latest headlines by default.
Search.js A class based component which allows the user to search for articles containing specific search terms, passes them back to Feed.js for display.
CORS : All origins and headers allowed
URL : /headlines
Method : GET
URL : /filter?q=searchTermsHere
Method : GET
Params required : q - the term to search for