absu

0.0.2 • Public • Published

Absu

A wrapper for Node's http.get which exposes a streaming API.

Installation

npm install absu

Example

Simple example using Node's repl:

var absu = require('absu');
absu('http://www.google.com').pipe(process.stdout)

Readme

Keywords

Package Sidebar

Install

npm i absu

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • caike