Skip to content

Commit bbd39ff

Browse files
docs: update badges and placement
1 parent a87e8a9 commit bbd39ff

File tree

1 file changed

+33
-8
lines changed

1 file changed

+33
-8
lines changed

README.md

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,39 @@
1-
# Firebase REST API
1+
<div align="center">
22

3-
[![build](https://github.com/AsifArmanRahman/firebase-rest-api/actions/workflows/build.yml/badge.svg)](https://github.com/AsifArmanRahman/firebase-rest-api/actions/workflows/build.yml)
4-
[![tests](https://github.com/AsifArmanRahman/firebase-rest-api/actions/workflows/tests.yml/badge.svg)](https://github.com/AsifArmanRahman/firebase-rest-api/actions/workflows/tests.yml)
5-
[![Documentation Status](https://readthedocs.org/projects/firebase-rest-api/badge/?version=latest)](https://firebase-rest-api.readthedocs.io/en/latest/?badge=latest)
6-
[![codecov](https://codecov.io/gh/AsifArmanRahman/firebase-rest-api/branch/main/graph/badge.svg?token=N7TE1WVZ7W)](https://codecov.io/gh/AsifArmanRahman/firebase-rest-api)
7-
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/firebase-rest-api?logo=python&logoColor=informational)](https://pypi.org/project/firebase-rest-api/)
8-
[![PyPI](https://img.shields.io/pypi/v/firebase-rest-api?color=blue&logo=pypi&logoColor=white)](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>
935

1036

11-
A simple python wrapper for [Google's Firebase REST API's](https://firebase.google.com).
1237

1338
## Installation
1439

0 commit comments

Comments
 (0)