farfetchd

0.0.3 • Public • Published

farfetched

Build Status Coverage Status dependencies npm version

Isomorphic implementation of the Fetch standard.

  • Does not modify global with fetch
  • Consistent API across client and server

Installation

NPM

npm install farfetched --save

CDN

<script src="https://npmcdn.com/farfetchd/dist/fetch.js"></script>

Usage

import fetch from 'farfetched';
 
fetch('https://news.ycombinator.com/')
    .then((response) => response.text())
    .then(console.log);

Alternatives

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    2
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i farfetchd

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • achannarasappa