Developed a News Application website using Flask as backend, JavaScript for fronted processing.
Used Google News API for fetching and displaying the articles. Also, developed a word cloud for top 30 keywords coming from the articles.
First Go to https://newsapi.org/docs. Click on “getAPI key”. You should fill out the form. The API Key (Google NewsAPI key) will be displayed. Copy this key as you will use it in place of API_KEY
To run,
pip install -r requirements.txt
To run the code:
python3 application.py
You will see the site is running on localhost.