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

https://github.com/waynevanson/purescript-rxps

An opinionated PureScript wrapper for RxJS, complete with a Monad Transformer ObservableT
https://github.com/waynevanson/purescript-rxps

Last synced: 2 months ago
JSON representation

An opinionated PureScript wrapper for RxJS, complete with a Monad Transformer ObservableT

Awesome Lists containing this project

README

        

# purescript-rxps

An opinionated PureScript wrapper for RxJS, complete with a Monad Transformer `ObservableT`

This module has had an ownership transfer to where to https://github.com/waynevanson/purescript-rxps

### Installation

```bash
npm install rxjs
spago install purescript-rxps
```

### Documentation

- Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-rxps).

### Contributing

```sh
gh repo fork lukajcb/purescript-rxps
pnpm i
spago test --watch
```