Skip to content

A web application is built using Python framework (Flask) and New York Times API. The app displays information about news articles from New York Times Media from the last 7 days.

Notifications You must be signed in to change notification settings

swtlbyz/Flask-News-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask News App

A web application is built using Python framework (Flask) and New York Times API. The app displays information about news articles from New York Times Media from the last 7 days.

Heroku App

Project Setup Instructions

  1. Git clone the repository
https://github.com/swtlbyz/Flask-News-App.git
  1. cd into Flask-News-App
cd Flask-News-App
  1. create a virtual env
py -m venv .venv
  1. activate .venv
.venv\scripts\activate
  1. Open CMD & Install Dependancies
pip install -r requirements.txt
  1. Run the flask
python -m flask run

About

A web application is built using Python framework (Flask) and New York Times API. The app displays information about news articles from New York Times Media from the last 7 days.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published