querty-node
v0.0.4
Published
querty-node - a Node module for the Querty http client
Downloads
4
Readme
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
};