lucasLB7 / The_news_app

Basic flask app that uses API from newsAPI.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My news app with flask!!

Viewing:

Live demo: To view this app, go to https://newsstory.herokuapp.com/, and the app is live and deployed. repository: Otherwise you can also clone the app from git hub: https://github.com/lucasLB7/The_news_app

Expectations of the app:

  1. View news sources
  2. View articles from selected sources
  3. See images & details about articles
  4. lick on article & view from source

View & clone..

git clone https://github.com/lucasLB7/The_news_app

Creating a virt environment

sudo apt-get install python3.6-venv
python3.6 -m venv virtual
source virtual/bin/activate

Dependencies

pip3 install -r requirements

The following libraries are required

  • Flask==0.12.2
  • Flask-Bootstrap==3.3.7.1
  • Flask-Script==2.0.6
  • gunicorn==19.7.1

What it's about...

The app was created with Flask, using API from newsapi.com. We have to sort by two classes:

  • Sources
  • Articles

The app will allow users to select

About

Basic flask app that uses API from newsAPI.com


Languages

Language:Python 98.8%Language:C 0.7%Language:HTML 0.3%Language:JavaScript 0.1%Language:CSS 0.1%Language:Shell 0.0%