UNPKG

@feathersjs/client

Version:

A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections

24 lines (14 loc) 847 B
# @feathersjs/client [![CI](https://github.com/feathersjs/feathers/workflows/Node.js%20CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3A%22Node.js+CI%22) [![Dependency Status](https://img.shields.io/david/feathersjs/client.svg?style=flat-square)](https://david-dm.org/feathersjs/client) [![Download Status](https://img.shields.io/npm/dm/@feathersjs/client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/client) > A client build for FeathersJS ## Installation ``` npm install @feathersjs/client --save ``` ## Documentation Refer to the [Feathers client API documentation](https://docs.feathersjs.com/api/client.html) for more details. ## License Copyright (c) 2019 [Feathers contributors](https://github.com/feathersjs/client/graphs/contributors) Licensed under the [MIT license](LICENSE).