apollo-client-rxjs
Version:
Adds RxJS to ApolloClient
31 lines (21 loc) • 1.22 kB
Markdown
# apollo-client-rxjs
[](https://badge.fury.io/js/apollo-client-rxjs)
[](http://www.apollostack.com/#slack)
[](https://travis-ci.org/kamilkisiela/apollo-client-rxjs)
[](https://coveralls.io/github/kamilkisiela/apollo-client-rxjs?branch=master)
Use [RxJS](https://github.com/ReactiveX/rxjs) with the [Apollo Client](https://github.com/apollostack/apollo-client).
- [Install](#install)
- [Docs](docs/index.md)
- [Development](#development)
## Install
```bash
npm install apollo-client-rxjs apollo-client --save
```
## Development
Running tests locally:
```
# nvm use node
npm install
npm test
```
This project uses TypeScript for static typing and TSLint for linting. You can get both of these built into your editor with no configuration by opening this project in [Visual Studio Code](https://code.visualstudio.com/), an open source IDE which is available for free on all platforms.