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