imerlwx / NYTimes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NYTimes Flask app

In this project, we will implement a NYTimes flask app.

Installation

First, make sure the following packages are installed by runnning the following command in your terminal.

pip install flask
pip install requests

Usage

Start the app by running the following command in your terminal.

python3 top_headlines.py

Then, browse to your localhost.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About


Languages

Language:Python 66.6%Language:HTML 33.4%