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.
Getting Started
Section titled “Getting Started”Start by forking the Feed API starter repository.
FeedPal Configuration
Section titled “FeedPal Configuration”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”.
Template configuration
Section titled “Template configuration”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.