Skip to content

Commit

Permalink
Update practice_assessment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsim89 authored Feb 29, 2024
1 parent f6e990e commit 9e16c55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions module3/practice_assessments/practice_assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ bundle exec rails server

## Practice Challenges

*NOTE*: The actual final assessment will equal stories 1 & 2 of this practice assessment. Stories 3 & 4 would be extensions, or another set of practice you could do optionally.

### 1. Current Weather

For this story, we will be using the [OpenWeatherMap API](https://openweathermap.org/api). Sign up for an api key and familiarize yourself with the documentation. Please note that it may take a while for your api key to be activated.
Expand Down Expand Up @@ -59,6 +61,9 @@ Then I should see an image related to the current weather at the destination

**Note**: you have some flexibility here to determine what a "related" image might be.


*REMINDER*: Stories 3 and 4 below would be considered extensions, or extra practice for you to hone your API consumption/Rails skills.

### 3. Create an External API for the `Destination` resource

- RESTful routes should be created to `index`, `show`, `create`, `update`, and `destroy` destinations.
Expand Down

0 comments on commit 9e16c55

Please sign in to comment.