fetch-ago
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

fetch-ago

NPM Build Coverage

Class that wraps the node-fetch library.

Getting started

yarn add fetch-ago

Example

import FetchAgo from 'fetch-ago';
 
(async () => {
  const http = new FetchAgo({ baseUri: '' });
  await http.get('/posts');
})();

Changelog

License

MIT

/fetch-ago/

    Package Sidebar

    Install

    npm i fetch-ago

    Weekly Downloads

    3

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    11.6 kB

    Total Files

    8

    Last publish

    Collaborators

    • metonym