leanwebclub/js-essentials/dragon-trainer-monthly
2024-08-08 07:03:11 +02:00
..
index.html Add "Dragon Trainer Monthly" project 2024-08-08 06:43:48 +02:00
README.md Update dragon trainer README 2024-08-08 07:03:11 +02:00
script.js Add a template function 2024-08-08 07:00:24 +02:00

Dragon Trainer Monthly

Use an API for the fictional Dragon Trainer Monthly magazine, to display their stories on a webpage.

The endpoint is a JSON file. You can visit it directly to see the response structure.

https://vanillajsacademy.com/api/dragons.json

Reference