Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 333 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 333 Bytes

headlines

Headlines app from Flask By Example

Run python headlines.py from a terminal.

Suggested Improvements

  • Create a drop-down for the list of feeds,
  • Add feeds and their descriptions via text boxes, then add these to a database, instead of hardcoding them.
  • Shuffle the feeds' contents to keep the reading interesting,