Hosting
In case you are interested in hosting your own copy of Feedr App, please find some instructions below.
Deployment to Vercel
Create your Vercel Account
Go to https://vercel.com/signup and sign up for a potentially free Account.
Spin up your own Feedr copy
- Find the
Add New...
button and click onProject
. - Choose
Import Third-Party Git Repository
- Enter the URL
https://github.com/sdepold/feedrapp.git
- Specify a target fork repository
- Wait for the deployment to finish
Test your new service
Over at the dashboard area, you will your app's Vercel URL (e.g. https://feedrapp-clone-x.vercel.app (opens in a new tab)). Using that you should be able to open the following URL:
https://feedrapp-clone-x.vercel.app/api/?q=https://bitte.kaufen/magazin/feed/ (opens in a new tab)
Updating the JavaScript libraries
In case you are using any of the supported JavaScript libraries, please make sure to configure
the host
setting as per your clone's Vercel settings. See this (opens in a new tab)
for allowed more settings.