NewsAPI powered News Application built with Ionic-React.
Get breaking news headlines, and search for articles from news sources and blogs all over the web.
-
To get started you'll need an API key. They're free for development, open-source, and non-commercial use and you can get one over here
-
Create
.env
file and add these two environment variables:- REACT_APP_NEWSAPI_EP=https://newsapi.org/v2/
- REACT_APP_NEWSAPI_KEY=<API_KEY>
-
Now simply run
npm start
orionic serve
.