diff --git a/module3/projects/sweater_weather/requirements.md b/module3/projects/sweater_weather/requirements.md index c61d4216..9d807fae 100644 --- a/module3/projects/sweater_weather/requirements.md +++ b/module3/projects/sweater_weather/requirements.md @@ -279,6 +279,7 @@ eg: - You will use MapQuest's Directions API: `https://developer.mapquest.com/documentation/directions-api/` - The structure of the response should be JSON API 1.0 Compliant. - **Your code should allow for the following: (NOTE: These scenarios are expected in your POSTMAN Demo)** + - **Traveling from New York, NY to Chicago, IL, with appropriate weather in Chicago when you arrive __11 hours later__** - **Traveling from New York, NY to Los Angeles, CA, with appropriate weather in L.A. when you arrive __40 hours later__** - **Traveling from New York, NY to Panama City, Panama, with appropriate weather in Panama when you arrive __3 days later__** - **Traveling from New York, NY to London, UK, weather block should be empty and travel time should be "impossible"**