mentor-proof
Mentor Proof
Convert your ADPList reviews into Senja testimonials.
Demo
Where to find it
https://mentor-proof.netlify.app/
How it works
- Fetch all of your ADPList reviews
- Create a Senja testimonial for each review
What you’ll need
- 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
Local Development
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js (v20 or later)
- npm (usually comes with Node.js)
Setting up the project
-
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
Running the dev server
To run the project:
npm run dev
Once the application is running, open your web browser and navigate to http://localhost:8888