Skip to content

Commit 5f34ef8

Browse files
authored
Add badges to README (#5)
1 parent 044195b commit 5f34ef8

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

README.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
# Django Ninja APIKey - Easy to use API key authentication for Django Ninja REST Framework
1+
<div align="center">
2+
<h3>Django Ninja APIKey</h3>
3+
<em>Easy to use API key authentication for Django Ninja REST Framework</em>
4+
</div>
5+
<br>
6+
<div align="center">
7+
<p>
8+
<a href="https://github.com/mawassk/django-ninja-apikey/actions/workflows/build.yml?query=branch%3Amain++" target="_blank">
9+
<img src="https://github.com/mawassk/django-ninja-apikey/workflows/build/badge.svg?branch=main" alt="build">
10+
</a>
11+
<a href="https://codecov.io/gh/mawassk/django-ninja-apikey" target="_blank">
12+
<img src="https://img.shields.io/codecov/c/github/mawassk/django-ninja-apikey?color=%2334D058" alt="coverage">
13+
</a>
14+
<a href="https://pypi.org/project/django-ninja-apikey/">
15+
<img src="https://img.shields.io/pypi/v/django-ninja-apikey?color=%2334D058&label=pypi%20package" alt="pypi">
16+
</a>
17+
<a href="https://github.com/psf/black" target="_blank">
18+
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="black">
19+
</a>
20+
</p>
21+
</div>
22+
23+
---
24+
225
This is an unofficial [Django](https://github.com/django/django) app which makes it **easy** to manage API keys for the [Django Ninja REST Framework](https://github.com/vitalik/django-ninja).
326

427
**Key Features:**
@@ -64,7 +87,5 @@ def secure_endpoint(request):
6487
```
6588
You can create now API keys from django's admin interface.
6689

67-
## What next?
68-
- To support this project, please give a star on GitHub.
69-
- For any kind of issue feel free to open an Issue.
70-
- Contributors are welcome! Please refer to `CONTRIBUTING.md`.
90+
## License
91+
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)