/news-highlights

A website that display global news

Primary LanguagePython

News Highlights

This is Live News Website., 04/2019

By Ian Kurao

Description

This is an online news website that display global news from different sources for the users in need.

BDD

Behavior- Our program should handle: Input Example- When it receives: Output Example- It should return :
User Sort Preference Category Sorted News Sources by Categories
User Sort Preference Language Sorted News Sources by Language
Send user to source website Click 'Visit Website' Source official website
Show user articles from a single source Click 'Explore News Articles' List of a specific source's articles
Enable user to continue reading an article Click 'Continue Reading' Official source website page with article

Setup/Installation Requirements

  • Fork the data onto your own personal repository.
  • Clone Project to your machine
  • Activate a virtual environment on terminal: source virtual/bin/activate
  • Install all the requirements found in requirements file.
  • Fill the start.sh file with your 'api key' from the https://news.org
  • On your terminal run chmod a+x start.py
  • On your terminal run ./start.py

Known Bugs

No Bugs

Technologies Used

  • CSS for styling.
  • HTML for webpage design.
  • Python3.6.
  • Flask

Dependencies

  • pip

Support and contact details

License and Copyright details

MIT License Copyright (c) 2019 Ian Kurao

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.