itech-wrapper
v1.0.5
Published
https://api.i-tech.id wrapper
Downloads
6
Readme
ITech-Wrapper
https://api.i-tech.id api wrapper
Installation
$ npm i itech-wrapper
About
https://api.i-tech.id api wrapper with typescript
read docs here
Examples
const api = require("itech-wrapper").key("YOUR_X_APIKEY");
const profileJSON = await api.getProfile();
api.facebookScraper("x_link").then((res) => {
// manipulate json
});