From 5e8775ca3e2abd3ba8f47f941af180131ce5d41c Mon Sep 17 00:00:00 2001 From: Andrea Fazzi Date: Thu, 8 Aug 2024 07:03:11 +0200 Subject: [PATCH] Update dragon trainer README --- js-essentials/dragon-trainer-monthly/README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/js-essentials/dragon-trainer-monthly/README.md b/js-essentials/dragon-trainer-monthly/README.md index 77500ff..a16e253 100644 --- a/js-essentials/dragon-trainer-monthly/README.md +++ b/js-essentials/dragon-trainer-monthly/README.md @@ -1,10 +1,14 @@ -# Random Ron +# Dragon Trainer Monthly -A site that displays a random Ron Swanson quote (from the show Parks -and Recreation) using the [Ron Swanson Quotes -API](https://github.com/jamesseanwright/ron-swanson-quotes). +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 -* https://leanwebclub.com/learn/js-essentials/project-random-ron +* https://leanwebclub.com/learn/js-essentials/project-dragon-trainer-monthly