Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 494 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 494 Bytes

Guaraní Myths

Explore Guaraní myths through an API

Example

fetch("https://warani.vercel.app/api/v1/myths/1")
  .then(res => res.json())
  .then(data => console.log(data))

Response

{
  "id": 1,
  "name": "Taú and Keraná",
  "description": "This causes deep sadness and...",
  "image": "https://warani.vercel.app/images/...",
}

Features