An open API service indexing awesome lists of open source software.

https://github.com/sylcastaing/fp-ts-remote-data

Remote data type for fp-ts
https://github.com/sylcastaing/fp-ts-remote-data

fp fp-ts remote-data

Last synced: 10 months ago
JSON representation

Remote data type for fp-ts

Awesome Lists containing this project

README

          

![npm](https://img.shields.io/npm/v/fp-ts-remote-data?style=flat-square)
![NPM](https://img.shields.io/npm/l/fp-ts-remote-data?style=flat-square)
![npm](https://img.shields.io/npm/dm/fp-ts-remote-data?style=flat-square)

A RemoteData type for [fp-ts](https://github.com/gcanti/fp-ts)

# Installation

**NPM :**

```sh
npm i fp-ts-remote-data
```

**Yarn :**

```sh
yarn add fp-ts-remote-data
```

`fp-ts-remote-data` versions follow `fp-ts` major versions.

**Peer Dependencies**

| Library | Version |
| ------- |-----------|
| fp-ts | `^2.11.0` |

# Documentation

Documentation available on [GitHub Pages](https://sylcastaing.github.io/fp-ts-remote-data/)