1.0.4 • Published 7 years ago

geturldata v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

node-geturlData

Build Status

Get Url Meta Info and images present in that page in a Strucutred way, which can be accessed easily.

Works for HTTP and HTTPS protocols

Install

npm install geturldata

Fetch meta info

Example

var geturldata = require("geturldata");

// Fetch data
geturldata({uri:"http://example.com"}, function(error, data){
    //Handel the error and the data
});
1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago