Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 453 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 453 Bytes

Flask Example - Get To Know : Global Voices

Small example Flask applicaton for the MAS.s60 course.

Installation

Make sure you havy Python 2.7 (and the pip package manager).

You also need to install the flask and feedparser libraries

pip install flask
pip install feedparser

Use

Run this command and then visit localhost:5000 with a web browser

python get-to-know.py