0.0.1 • Published 10 years ago

fb-pic v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

#fb-pic

Returns facebook profile url from user name Usage:

var pic = require("fb-pic");
 
pic.fb('bhanu423',function(err, info){
	if(err){
		console.log(err);
	} else{
		console.log(info);
	}
})

#Installation:

npm install fb-pic

#Test:

pending

#API
 host: its the host of the profile pic
 pathname: pathname on the server
 href: full image path 
 dpath: Array of pathname separated by '/'

#Author:

Bhanu Pratap Chaudhary

#Version History

0.0.1 - First release