Hosted on heroku: https://n.herokuapp.com/
The Bulletin is an application that consumes the News API to provide users with a means of viewing news from around the world as broadcast by various sources. It is built using the Python Flask framework.
The user is able to:
- See various news sources on the homepage of the application.
- Select a news source on click and see all news articles from the selected news source in the application.
- See the image, description and the time a news article was created.
- Click on an article and read the full article on the source website.
- Python3.8
- Flask 2.0.2
- pip
- Run $ git clone https://github.com/mwikalikyalo/news-API on your terminal
After cloning, in the terminal:
- $ cd news-API
- $ python3 -m venv virtual (to create a virtual environment)
- $ source virtual/bin/activate (to activate virtual environment)
- $ pip install flask
- $ pip install Flask-Bootstrap
- $ pip install flask-script
- $ ./start.sh to execute
- $ python3.8 manage.py test
No known bugs. Pull requests encouraged to improve the app.
- Python3.8
- Flask 2.0.2
- Bootstrap v5
- gunicorn
You can reach me through:
- Email: winniemwikali07@gmail.com or
- MIT License:
- Copyright (c) [2022] Winifred Mwikali Kyalo