For level 100, we are going to display information about every episode of a single TV show.
- All episodes must be shown
- For each episode, at least following must be displayed:
- The name of the episode
- The season number
- The episode number
- The medium-sized image for the episode
- The summary text of the episode
- Combine season number and episode number into an episode code:
- Each part should be zero-padded to two digits.
- Example:
S02E07
would be the code for the 7th episode of the 2nd season.S2E7
would be incorrect.
- Your page should state somewhere that the data has (originally) come from TVMaze.com, and link back to that site (or the specific episode on that site). See tvmaze.com/api#licensing.
Note: Provided your project meets the above requirements, it can look however you want. Do the simplest thing to begin with.
Here is one example layout.