Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
An opinionated PureScript wrapper for RxJS, complete with a Monad Transformer ObservableT
- Host: GitHub
- URL: https://github.com/waynevanson/purescript-rxps
- Owner: waynevanson
- License: apache-2.0
- Created: 2017-05-04T12:59:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T12:52:33.000Z (about 1 year ago)
- Last Synced: 2024-11-30T16:41:58.263Z (about 1 month ago)
- Language: PureScript
- Homepage:
- Size: 135 KB
- Stars: 20
- Watchers: 6
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```