Skip to content

Commit a61aed3

Browse files
committed
Add anaconda cloud badge to flask-graphql
1 parent 0137ca1 commit a61aed3

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Flask-GraphQL
22

3-
[![Build Status](https://travis-ci.org/graphql-python/flask-graphql.svg?branch=master)](https://travis-ci.org/graphql-python/flask-graphql) [![Coverage Status](https://coveralls.io/repos/graphql-python/flask-graphql/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-python/flask-graphql?branch=master) [![PyPI version](https://badge.fury.io/py/flask-graphql.svg)](https://badge.fury.io/py/flask-graphql)
4-
53
Adds GraphQL support to your Flask application.
64

5+
[![travis][travis-image]][travis-url]
6+
[![pypi][pypi-image]][pypi-url]
7+
[![Anaconda-Server Badge][conda-image]][conda-url]
8+
[![coveralls][coveralls-image]][coveralls-url]
9+
10+
[travis-image]: https://travis-ci.org/graphql-python/flask-graphql.svg?branch=master
11+
[travis-url]: https://travis-ci.org/graphql-python/flask-graphql
12+
[pypi-image]: https://img.shields.io/pypi/v/flask-graphql.svg?style=flat
13+
[pypi-url]: https://pypi.org/project/flask-graphql/
14+
[coveralls-image]: https://coveralls.io/repos/graphql-python/flask-graphql/badge.svg?branch=master&service=github
15+
[coveralls-url]: https://coveralls.io/github/graphql-python/flask-graphql?branch=master
16+
[conda-image]: https://img.shields.io/conda/vn/conda-forge/flask-graphql.svg
17+
[conda-url]: https://anaconda.org/conda-forge/flask-graphql
18+
719
## Usage
820

921
Just use the `GraphQLView` view from `flask_graphql`

0 commit comments

Comments
 (0)