News Highlight is a web application that is meant to catch up busy individuals on current affairs happening all over the world.
The website has the home page, that has a list of all sources of news sorted in categories.
A user will have to click on Read More
on a specific source to view artciles on the site.
Click to visit the live site
As a user of the terminal application you will be able to:
- See all news sources
- See articles from a specific source
- See the top headlines
- See sources depending on the type of news
Behavior | Input | Output |
---|---|---|
View Business sources | Click on the BUSINESS nav |
Scrolls the page to the BUSINESS section |
View Entertainment sources | Click on the ENTERTAINMENT nav |
Scrolls the page to the ENTERTAINMENT section |
View Sports sources | Click on the SPORTS nav |
Scrolls the page to the SPORTS section |
View Top Headlines Articles | Click on the Top Headlines nav |
Redirects to a page that displays articles on Top Headlines |
- python3.6
- virtual environment
- pip
-
In your terminal:
$ git clone https://github.com/254Davidhashisioma/myHoodWatch.git $ cd news-highlight
-
Edit the start.sh file with your api key from the news.org website
-
To run the application, in your terminal:
$ chmod a+x start.sh $ ./start.sh
-
To run the tests for the class file:
$ python3.6 manage.py server
- Python3.6
- Flask
- HTML
- Bootstrap
This application is developed using Python3.6, Flask, HTML and Bootstrap
David Hasisoma