https://github.com/mugambi645/flasknewsapp
This is a news app built using flask that uses newsapi to generate news.You can view news from different sources and categories.
https://github.com/mugambi645/flasknewsapp
flask newsapi
Last synced: 2 months ago
JSON representation
This is a news app built using flask that uses newsapi to generate news.You can view news from different sources and categories.
- Host: GitHub
- URL: https://github.com/mugambi645/flasknewsapp
- Owner: Mugambi645
- Created: 2021-10-29T07:34:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T19:19:15.000Z (over 4 years ago)
- Last Synced: 2025-03-23T09:35:11.715Z (over 1 year ago)
- Topics: flask, newsapi
- Language: Python
- Homepage: https://flasknewsapp.herokuapp.com/
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask news app
## Introduction
This is a flask news app that generates news using the newsapi.The user can view latest stories from different sources.
## Languages and Technologies used
- Python
- Boostrap
- Flask
- Html
- Css
## Setup requirements and Installation
- Clone the repository
- Make the start.sh file executable by using
- Run it by running <./start.sh> on terminal
## 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 -am 'Improve feature')
- Push to the branch (git push origin improve-feature)
- Create a Pull Request
## Known Bugs
If you find a bug (the website couldn't handle the query and or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
# Live version
- [Live version](https://flasknewsapp.herokuapp.com/)
### Licence
You can use this application for personal use only.
*MIT*
Copyright (c) 2021 **Patrick Mugambi**