You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For level 100, we are going to display information about every episode of a single TV show.
Requirements
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.
Screenshot of minimal version
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.
The text was updated successfully, but these errors were encountered:
Level 100
For level 100, we are going to display information about every episode of a single TV show.
Requirements
S02E07
would be the code for the 7th episode of the 2nd season.S2E7
would be incorrect.Screenshot of minimal version
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.
The text was updated successfully, but these errors were encountered: