Loading Pixelfed Photos with Eleventy

from blog Robb Knight • Posts • RSS Feed, | ↗ original
I'm no longer using Pixelfed so the code I used to pull in my latest photos into Eleventy is redundant but it might be useful to other people. For USER_ID, grab this by going to your profile and it will be in the URL. Get an API_KEY from account settings. // _data/pixelfed.jsconst fetch = require("node-fetch")const { AssetCache } =...