Skip to content

restugbk/itech-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITech-Wrapper

https://api.i-tech.id api wrapper

Installation

$ npm i itech-wrapper

NPM

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
});

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%