Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
title: >
|
||||
Fetching external API data with Astro
|
||||
pubDate: 2023-02-08
|
||||
permalink: >-
|
||||
daily/2023/02/08/fetching-api-data-with-astro
|
||||
tags:
|
||||
- astro
|
||||
---
|
||||
|
||||
As well as using static data like Astro components and Markdown files, Astro allows you to pull in data from external APIs even if you're generating a static website.
|
||||
|
||||
Astro's [Data Fetching documentation](https://docs.astro.build/en/guides/data-fetching) shows how to do this using the global `fetch` function. This is the same approach that I've been using to build [a page of my open-source projects](https://github.com/opdavies/oliverdavies.uk/blob/39314de34ce22b14cf85f816e4469cc4d6fb822c/website/src/pages/open-source.astro). I'm still working on it, but it fetches project information from both Drupal.org and GitHub and displays them on a page.
|
||||
|
||||
This is also makes Astro a good option to be used as a front-end for decoupled projects that use a separate back-end CMS like Drupal to store and manage the content which it fetches and uses when generating the site.
|
Loading…
Add table
Add a link
Reference in a new issue