You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.2 KiB
34 lines
1.2 KiB
###  Python Programming
|
|
|
|
<!---
|
|
This assignment was developed by Cody.
|
|
|
|
Questions? Comments?
|
|
1. Log an issue to this repo to alert me of a problem.
|
|
2. Suggest an edit yourself by forking this repo, making edits, and submitting a pull request with your changes back to our master branch.
|
|
3. Cody isn't in GA, so hit me up on Slack instead at @zoe.lubitz.
|
|
--->
|
|
|
|
|
|
# Unit 5 Lab: Finalizing the Movie App
|
|
|
|
## Overview
|
|
|
|
This is the lab we've been working toward. Here, you'll mock up an API call to get the Rotten Tomatoes rating and read in an API key from a file.
|
|
|
|
------------
|
|
|
|
## Deliverables
|
|
|
|
You're going to continue building this locally from the last lab. We've supplied you with starter code which picks up where you left off.
|
|
|
|
Additionally, you will have a file, `key.json`, with your *own* API key (can be whatever you'd like since this is just a mock-up for now).
|
|
|
|
## Requirements
|
|
|
|
- Ability to read in API key from a json file
|
|
- Using the requests library to mock an API call
|
|
|
|
## Directions
|
|
|
|
Augment the code you wrote from the previous lab, using the supplied starter code. Directions are included in the notebook prompts. |