0.0.4 • Published 2 years ago

querty-node v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Querty Node

Querty Node is currently in Beta

Querty Node is a small module you can add to Querty to enable Querty to function as an Isomorphic http client.

Once you have Querty and Querty Node installed, to make Querty Isomorphic (enable it for use in Node and the Browser), add the following to your Querty config:

import { nodeProvider } from "querty-node";

const config = {
  apiUrl: "https://my-api.com",
  nodeProvider
};
0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago