kvn219 / recall

Working through the Simple News Apps tutorial with CSPC Recall Data from Stanford Computational Journalism, Spring 2016.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recall

Working through the Simple News Apps tutorial with CSPC Recall Data from Stanford Computational Journalism, Spring 2016.

Tasks:

  1. Create a Flask app
  2. Collect data with a GET request
  3. Visualize with data with Bootstrap

Set up and run project

$ git clone https://github.com/kvn219/recall.git
$ cd recall
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python3 app.py

About

Working through the Simple News Apps tutorial with CSPC Recall Data from Stanford Computational Journalism, Spring 2016.


Languages

Language:HTML 65.5%Language:Python 20.5%Language:CSS 13.9%