# apollo-client-rxjs

[![npm version](https://badge.fury.io/js/apollo-client-rxjs.svg)](https://badge.fury.io/js/apollo-client-rxjs)
[![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](http://www.apollostack.com/#slack)
[![Build status](https://travis-ci.org/kamilkisiela/apollo-client-rxjs.svg?branch=master)](https://travis-ci.org/kamilkisiela/apollo-client-rxjs)
[![Coverage Status](https://coveralls.io/repos/github/kamilkisiela/apollo-client-rxjs/badge.svg?branch=master)](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.
