Skip to content

Kingsleymuturi/News-app

Repository files navigation

News_App

This project was generated with Python version 3.7.8

This is a python application that enables users to view news articles. Current version 2020

By Kingsleymuturi

Description of functionality:

This app enables users to view various news sources and read articles having an option to be directed to the main source.

Access

How to run the application locally

To get the code..

  1. Cloning the repository:
git clone https://github.com/Kingsleymuturi/News-app.git
  1. Move to the folder and install requirements
cd News-app
pip install -r requirements.txt
  1. Exporting Configurations
export API_KEY='Enter your API key here'
(windows) set API_KEY='Enter your API key here'
  1. Running the application
python3 manage.py server

Open the application on your browser 127.0.0.1:5000.

Known Bugs

There are no known bugs yet.

Development

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

Technologies Used

During the creation of this webpage I used Python.

Support and contact details

In case of anything find me here: [email protected] feel free to communicate any issue with the webpage

Copyright (c) 2020 Kingsley Muturi

About

A news app that has news articles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published