-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
Fallback URL:
https://{date}.currency-api.pages.dev/{apiVersion}/{endpoint}
Pseudo code:
For example, if you want to fetch eur:
Fetch https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/eur.min.json
If above url fails, then try fetching https://latest.currency-api.pages.dev/v1/currencies/eur.min.json
If above url fails, then try fetching https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies/eur.json
If above url fails, then try fetching https://latest.currency-api.pages.dev/v1/currencies/eur.json
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels