This is an online news platform that provides a list of global news sources and allows the user to preview news articles from individual sources as well as stay updated on worldly affairs by reading from the top bar containing top global headlines., 04/2019
This is an online news platform that provides a list of global news sources and allows the user to preview news articles from individual sources as well as stay updated on worldly affairs by reading from the top bar containing top global headlines.
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 |
- 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
- Access the live site using the local host provided
- Or access the live website by clicking on this url https:
No Bugs
- CSS for styling.
- HTML for webpage design.
- Python3.6.
- Flask
- pip
- Contact me using my Email:johnkojo7777@gmail.com
MIT License Copyright (c) 2019 ADANO GODANA
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.