1.0.4 • Published 11 months ago

webscrap-company v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Introduction

Javascript library to find the about-us details of particular company using that company's website url.

Installation

npm i webscrap-company

Code demo

const webScrap = require('webscrap-company'); const demoFunction = async (url) => { const data = await webScrap(url); console.log(data); // {Data: "Company's details"} }

demoFunction("company's url");

Note

error is handled as "We can't fetch your data, Please provide it manually". you can make the response dynamic according to your requirement.

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago