- body-parser
- cheerio
- express
- got
- exec-php (optional)
- json5
To install this API in your server you only need to
have nodejs 10.x+ installed.
Next, install all dependencies with npm command
- To install nodejs (and npm) check this simple tutorial
- All you need to do is clone the project with git clone <repo>
- navigate to de project folder and run this command: npm install
- Now you can start the app running the command: node app.js or pm2