Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 491 Bytes

File metadata and controls

16 lines (14 loc) · 491 Bytes

New York Times

  1. pip install flask
  2. pip install requests
  • Install flask and introduction to flask
  • Install request and introduction to request
  • Get NYTimes Developer Key
  • Create a initial route
  • Create templates/static page
  • Create searchArticle function
  • Hook up searchArticle function to main route
  • Use other NYTimes API
  • Workshop where people get to explore the API
  • AIM is to get people to a level where they can get started on a project