node-read-url

1.0.0 • Public • Published

node-read-url

Reads an URL into a string

Build Status npm npm

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

Cesar Ferreira

License

MIT © Cesar Ferreira

Readme

Keywords

none

Package Sidebar

Install

npm i node-read-url

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • cesarferreira