last-content-len
v0.0.1
Published
get URL last content-length
Readme
last content length
Get url last content length. For checking the website is modified or not.
Install
npm install last-content-lenAPI
Parameters:
- url: url to.
- options:
optionalsee details: https://github.com/mikeal/request#requestoptions-callback - callback function: will pass a parameter
length.
last_content(url, options, function(len) {
console.log(len)
})License
MIT@chilijung
