1.0.4 • Published 2 years ago

webscrap-company v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago