Manual Integration Example Using NodeJS
Using Express and FetchAPI
Usage Example
Using Express and Axios
Usage Example
Last updated
Here is the implementation example on NodeJS using Express and FetchAPI
Clone the repository and open the directory
In FetchApiExpressJS/index.js, change the API_KEY , API_SECRET , AGE , GENDER , and PUBLISHER_USER_ID to yours
Open terminal and run node FetchApiExpressJS/index.js
Now you can open the index.html file on your browser
Here is the implementation example on NodeJS using Express and Axios
Clone the repository and open the directory
In AxiosExpressJS/index.js, change the API_KEY , API_SECRET , AGE , GENDER , and PUBLISHER_USER_ID to yours
Open terminal and run node AxiosExpressJS/index.js
Now you can open the index.html file on your browser
Last updated