News app is a web application that consumess NEWS API to fetch news in real time and displays them for users.
Enock Kipsang
install python
install the following requirements:
certifi==2021.10.8
charset-normalizer==2.0.7
click==7.1.2
Flask==1.1.4
Flask-Script==2.0.6
Flask-WTF==0.15.1
gunicorn==20.1.0
idna==3.3
itsdangerous==1.1.0
Jinja2==2.11.3
MarkupSafe==2.0.1
newsapi-python==0.2.6
requests==2.26.0
urllib3==1.26.7
Werkzeug==1.0.1
WTForms==2.3.3
Git clone this repository to your machine. Open the project folder and run start.sh file under python 3.9
News app users are able to read news according to their favorite channels. They can also search for news using key topics.
This application is built using Flask framework which uses python language.It's a light weight application.
No known bugs