This Angular 8 project utilizes the News API to get its data.
URL = https://newsapi.org/v2/top-headlines
Country | Endpoint |
---|---|
United States | URL+/?country=us&apiKey=apiKey |
Canada | URL+/?country=ca&apiKey=apiKey |
Argentina | URL+/?country=ar&apiKey=apiKey |
Mexico | URL+/?country=mx&apiKey=apiKey |
Venezuela | URL+/?country=ve&apiKey=apiKey |
URL = https://newsapi.org/v2/everything
About | Endpoint |
---|---|
Bitcoin | URL+/?q=bitcoin&apiKey=apiKey |
Apple | URL+/?q=apple&from=yyyy-mm-dd&sortBy=popularity&apiKey=apiKey |
WSJ & New York Times | URL+/?domains=wsj.com,nytimes.com&apiKey=apiKey |