node-read-url
v1.0.0
Published
Reads an URL into a string
Downloads
17
Readme
node-read-url
Reads an URL into a string
Install
yarn add node-read-url
Usage
require('node-read-url')
.promise('https://raw.githubusercontent.com/cesarferreira/dryrun/master/LICENSE')
.then(response => {
console.log(response)
})
.catch(err => {
console.log(err)
});
Created by
License
MIT © Cesar Ferreira