This project was generated with Python version 3.7.8
This app enables users to view various news sources and read articles having an option to be directed to the main source.
- Click this link to access the web app https://kingsley-newsapp.glitch.me/
- You should see something similar to the following image:

To get the code..
- Cloning the repository:
git clone https://github.com/Kingsleymuturi/News-app.git- Move to the folder and install requirements
cd News-app
pip install -r requirements.txt- Exporting Configurations
export API_KEY='Enter your API key here'
(windows) set API_KEY='Enter your API key here'- Running the application
python3 manage.py serverOpen the application on your browser 127.0.0.1:5000.
There are no known bugs yet.
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -m 'Improve feature') - Push to the branch (
git push origin improve-feature) - Create a Pull Request
During the creation of this webpage I used Python.
In case of anything find me here: kingsleymuturi9@gmail.com feel free to communicate any issue with the webpage
Copyright (c) 2020 Kingsley Muturi