Skip to content

somsharan/node-geturlData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get Url Meta Info and images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published