Convert your ADPList reviews into Senja testimonials.
https://mentor-proof.netlify.app/
- Fetch all of your ADPList reviews
- Create a Senja testimonial for each review
- Your ADPList Mentor Profile URL
- This is your public profile page on ADPList. For example: https://adplist.org/mentors/steven-boutcher
- Your Senja API key (requires a Pro plan)
- Find it in your Senja account under Automate > API
Before you begin, ensure you have the following installed:
- Node.js (v20 or later)
- npm (usually comes with Node.js)
-
Clone the repository:
git clone https://github.com/yourusername/adplist-senja.git cd adplist-senja
-
Install dependencies:
npm install
-
Build the project:
npm run build
To run the project:
npm run dev
Once the application is running, open your web browser and navigate to http://localhost:8888