BloomTech-Labs / PT15-cityspire-d-ds

Labs PT15 - CitySpire - Team D - Data Science Repository
MIT License
0 stars 4 forks source link

Feature/Add `/cities` route and update route handler comments #12

Closed danoand closed 3 years ago

danoand commented 3 years ago

Files Modified:

Details:

  1. Add logic to fetch a list of dicts containing the set of supported cities (see next detail)
  2. Add a /cities route that returns a JSON array of supported cities including city, state, and city code (to be used when making DS API calls)
  3. Update developer facing docstring comments to reflect using our standards regarding city codes
danoand commented 3 years ago

Deleting this branch