Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Astro

For those who don’t know Astro, it’s a static site builder that allows you to build your website with any frontend framework you want. It’s a easy and fast way to build your website. We’ve created a template for you to get started with the Feed API so you can focus on building your website.

Start by forking the Feed API starter repository.

Open the src/config/config.json file and add your FeedPal API key.

"thefeedpal": {
"api_key": "hlfkdshdfj...",
},

to get your API key, go to the FeedPal dashboard and click on developer setting > “API Keys”.

Open the src/config/config.json file and change all the values to your own. Do the same for all the files in the src/config folder.