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

https://github.com/meteor/apollo

🚀 meteor add apollo
https://github.com/meteor/apollo

hacktoberfest

Last synced: 5 months ago
JSON representation

🚀 meteor add apollo

Awesome Lists containing this project

README

        

**[Documentation](https://www.apollographql.com/docs/react/recipes/meteor.html)**

## Installation
In your Meteor app, first add `@apollo/client`, then add this package and you can start using Apollo with Meteor users:
```bash
meteor npm i --save @apollo/client
meteor add apollo
```

## Contributing

### Tests

```bash
git clone https://github.com/apollostack/meteor-integration.git
cd meteor-integration
npm install
npm run test
```

Used in an app: https://github.com/lorensr/test-meteor-apollo

### Credits

[Contributors](https://github.com/apollostack/meteor-integration/graphs/contributors)