|
1 |
| -# Firebase REST API |
| 1 | +<div align="center"> |
2 | 2 |
|
3 |
| -[](https://github.com/AsifArmanRahman/firebase-rest-api/actions/workflows/build.yml) |
4 |
| -[](https://github.com/AsifArmanRahman/firebase-rest-api/actions/workflows/tests.yml) |
5 |
| -[](https://firebase-rest-api.readthedocs.io/en/latest/?badge=latest) |
6 |
| -[](https://codecov.io/gh/AsifArmanRahman/firebase-rest-api) |
7 |
| -[](https://pypi.org/project/firebase-rest-api/) |
8 |
| -[](https://pypi.org/project/firebase-rest-api/) |
| 3 | + <h1> Firebase REST API </h1> |
| 4 | + |
| 5 | + <p>A simple python wrapper for <a href="https://firebase.google.com">Google's Firebase REST API's</a>.</p> |
| 6 | + <br> |
| 7 | + |
| 8 | +</div> |
| 9 | + |
| 10 | +<div align="center"> |
| 11 | + |
| 12 | + <a href="https://github.com/AsifArmanRahman/firebase-rest-api/actions/workflows/build.yml"> |
| 13 | + <img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/AsifArmanRahman/firebase-rest-api/build?logo=Github"> |
| 14 | + </a> |
| 15 | + <a href="https://github.com/AsifArmanRahman/firebase-rest-api/actions/workflows/tests.yml"> |
| 16 | + <img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/AsifArmanRahman/firebase-rest-api/tests?label=tests&logo=Pytest"> |
| 17 | + </a> |
| 18 | + <a href="https://firebase-rest-api.readthedocs.io/en/latest/"> |
| 19 | + <img alt="Read the Docs" src="https://img.shields.io/readthedocs/firebase-rest-api?logo=Read%20the%20Docs&logoColor=white"> |
| 20 | + </a> |
| 21 | + <a href="https://codecov.io/gh/AsifArmanRahman/firebase-rest-api"> |
| 22 | + <img alt="CodeCov" src="https://codecov.io/gh/AsifArmanRahman/firebase-rest-api/branch/main/graph/badge.svg?token=N7TE1WVZ7W"> |
| 23 | + </a> |
| 24 | + |
| 25 | +</div> |
| 26 | + |
| 27 | +<div align="center"> |
| 28 | + <a href="https://codecov.io/gh/AsifArmanRahman/firebase-rest-api"> |
| 29 | + <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/firebase-rest-api?logo=python"> |
| 30 | + </a> |
| 31 | + <a href="https://codecov.io/gh/AsifArmanRahman/firebase-rest-api"> |
| 32 | + <img alt="PyPI" src="https://img.shields.io/pypi/v/firebase-rest-api?logo=PyPI&logoColor=white"> |
| 33 | + </a> |
| 34 | +</div> |
9 | 35 |
|
10 | 36 |
|
11 |
| -A simple python wrapper for [Google's Firebase REST API's](https://firebase.google.com). |
12 | 37 |
|
13 | 38 | ## Installation
|
14 | 39 |
|
|
0 commit comments