Anthony64M / News-App

This is a News App that consumes News API to display Top headlines from different sources and has an option to selects specific news sources then displays its content on the app.

Home Page:https://news-app64.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News-App

Author

Anthony

This is a News App that consumes News API to display Top headlines from different sources and has an option to selects specific news sources then displays its content on the app.

Technologies Used

  • Python

  • Html

  • Css

  • Shell

Requirements

Flask.

Python3.

Python-Pip3

Setup Instructions and Installation
  • Clone the repository to a directory in you computer. Link to repo https://github.com/Anthony64M/news-app
  • Open terminal command line then navigate to the directory.
  • Run chmod a+x start.sh
  • ./start.sh to run the app

Interactive Input

It has a search button

Development

Join me in improving this application.

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

Free News API account only accepts 250 requests per day

License

MIT ©2021 Anthony MIT License

Copyright (c) 2021 Anthony64

About

This is a News App that consumes News API to display Top headlines from different sources and has an option to selects specific news sources then displays its content on the app.

https://news-app64.herokuapp.com/

License:MIT License


Languages

Language:HTML 49.3%Language:Python 47.8%Language:CSS 2.2%Language:Shell 0.7%