# rfunc-client

> Client of rfunc server

Latest version **5.1.0** (published 2020-05-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install rfunc-client
pnpm add rfunc-client
yarn add rfunc-client
bun add rfunc-client
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.1.0 |
| Published | 2020-05-10 |
| First published | 2016-07-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 7 |
| Unpacked size | 61.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Taka Okunishi |
| Maintainers | okunishinishi |
| Keywords | rfunc |

## Links

- npm: https://www.npmjs.com/package/rfunc-client
- Repository: https://github.com/rfunc-labo/rfunc-client
- Homepage: https://github.com/rfunc-labo/rfunc-client#readme
- Issues: https://github.com/rfunc-labo/rfunc-client/issues
- npm.io page: https://npm.io/package/rfunc-client

## Dependencies (7)

- [uuid](https://npm.io/package/uuid.md) ^8.0.0
- [asenv](https://npm.io/package/asenv.md) ^3.0.2
- [debug](https://npm.io/package/debug.md) ^4.1.1
- [bwindow](https://npm.io/package/bwindow.md) ^2.0.3
- [stringcase](https://npm.io/package/stringcase.md) ^4.3.1
- [cross-fetch](https://npm.io/package/cross-fetch.md) ^3.0.4
- [rfunc-constants](https://npm.io/package/rfunc-constants.md) ^1.0.5

## Recent versions

- 5.1.0 (latest) — 2020-05-10
- 5.0.6 — 2019-04-12
- 5.0.5 — 2019-01-27
- 5.0.4 — 2018-12-27
- 5.0.3 — 2018-10-15
- 5.0.2 — 2018-09-04
- 5.0.1 — 2018-08-14
- 5.0.0 — 2018-08-12
- 4.1.0 — 2018-04-11
- 4.0.6 — 2018-03-13
- 4.0.5 — 2018-03-13
- 4.0.4 — 2018-03-12
- 4.0.3 — 2018-03-12
- 4.0.2 — 2018-03-12
- 4.0.1 — 2018-03-12
- … 30 more at https://npm.io/package/rfunc-client/versions

## README

rfunc-client
==========

<!---
This file is generated by ape-tmpl. Do not update manually.
--->

<!-- Badge Start -->
<a name="badges"></a>

[![Build Status][bd_travis_shield_url]][bd_travis_url]
[![npm Version][bd_npm_shield_url]][bd_npm_url]
[![JS Standard][bd_standard_shield_url]][bd_standard_url]

[bd_repo_url]: https://github.com/rfunc-labo/rfunc-client
[bd_travis_url]: http://travis-ci.org/rfunc-labo/rfunc-client
[bd_travis_shield_url]: http://img.shields.io/travis/rfunc-labo/rfunc-client.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/rfunc-labo/rfunc-client
[bd_travis_com_shield_url]: https://api.travis-ci.com/rfunc-labo/rfunc-client.svg?token=
[bd_license_url]: https://github.com/rfunc-labo/rfunc-client/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/rfunc-labo/rfunc-client
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/rfunc-labo/rfunc-client.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/rfunc-labo/rfunc-client.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/rfunc-labo/rfunc-client
[bd_gemnasium_shield_url]: https://gemnasium.com/rfunc-labo/rfunc-client.svg
[bd_npm_url]: http://www.npmjs.org/package/rfunc-client
[bd_npm_shield_url]: http://img.shields.io/npm/v/rfunc-client.svg?style=flat
[bd_standard_url]: http://standardjs.com/
[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg

<!-- Badge End -->


<!-- Description Start -->
<a name="description"></a>

Client of rfunc server

<!-- Description End -->


<!-- Overview Start -->
<a name="overview"></a>



<!-- Overview End -->


<!-- Sections Start -->
<a name="sections"></a>

<!-- Section from "doc/guides/01.Installation.md.hbs" Start -->

<a name="section-doc-guides-01-installation-md"></a>

Installation
-----

```bash
$ npm install rfunc-client --save
```


<!-- Section from "doc/guides/01.Installation.md.hbs" End -->

<!-- Section from "doc/guides/02.Usage.md.hbs" Start -->

<a name="section-doc-guides-02-usage-md"></a>

Usage
---------

```javascript
#!/usr/bin/env node

/**
 * This is an example of rfunc client
 */
'use strict'

const rclient = require('rfunc-clinet')

void async function () {
  const sign = await rclient().connect('sign') // Define a client

  // Call remote api and receive the result
  const {success} = await sign.signin('foo', 'bar1234')
  console.log('success:', success)
}().catch((err) => console.error(err))

```


<!-- Section from "doc/guides/02.Usage.md.hbs" End -->


<!-- Sections Start -->


<!-- LICENSE Start -->
<a name="license"></a>

License
-------
This software is released under the [MIT License](https://github.com/rfunc-labo/rfunc-client/blob/master/LICENSE).

<!-- LICENSE End -->


<!-- Links Start -->
<a name="links"></a>

Links
------

+ [rfunc][rfunc_url]

[rfunc_url]: https://github.com/rfunc-labo/rfunc

<!-- Links End -->

---
_Source: https://npm.io/package/rfunc-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
