Skip to content

Commit

Permalink
Fixed badge location.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerFi committed Oct 23, 2019
1 parent c3f42ff commit eba58a8
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<!--lint disable maximum-heading-length-->
![tomfi-repo-logo](https://media.githubusercontent.com/media/TomerFi/portfolio/gh-pages/images/TomFiRepoWhite.png)
# Switcher Water Heater Unofficial Docker-based WebAPI [![shields-io-maintenance]][12] [![microbadger-docker-version]][9] [![microbadger-docker-license]][11] [![shields-io-docker-pulls]][10] [![self-hosted-slack-channel]][14] [![cii-best-practices]][13]
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FTomerFi%2Fswitcher_webapi.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FTomerFi%2Fswitcher_webapi?ref=badge_shield)

| Stage | Badges |
| --------- | ------------------------------------------------------------------------------------------------- |
| `Code` | [![codecov]][0] [![codacy]][1] [![code-style-black]][15] [![checked-with-mypy]][16] |
| `Builds` | [![circleci]][2] [![shields-io-docker-cloud-build-status]][3] [![read-the-docs]][4] |
| `Pypi` | [![requires-io]][5] [![snyk-python]][6] |
| `Npm` | [![david-dm-dev-package-json-dependencies-status]][7] [![snyk-npm]][8] [![greenkeeper-badge]][17] |
| Stage | Badges |
| --------- | --------------------------------------------------------------------------------------------------------- |
| `Code` | [![codecov]][0] [![codacy]][1] [![code-style-black]][15] [![checked-with-mypy]][16] |
| `Builds` | [![circleci]][2] [![shields-io-docker-cloud-build-status]][3] [![read-the-docs]][4] [![license-scan]][18] |
| `Pypi` | [![requires-io]][5] [![snyk-python]][6] |
| `Npm` | [![david-dm-dev-package-json-dependencies-status]][7] [![snyk-npm]][8] [![greenkeeper-badge]][17] |

An asynchronous [sanic webapp](https://pypi.org/project/sanic/) running inside a [python docker image](https://hub.docker.com/_/python) using [uvloop](https://pypi.org/project/uvloop/) as the event loop.</br>
Used as a rest api wrapper for [aioswitcher](https://pypi.org/project/aioswitcher/).</br>
Expand Down Expand Up @@ -40,7 +39,7 @@ hosted with [readthedocs.io](https://readthedocs.org/).
[15]: https://black.readthedocs.io/en/stable/
[16]: http://mypy-lang.org/
[17]: https://greenkeeper.io/

[18]: https://app.fossa.io/projects/git%2Bgithub.com%2FTomerFi%2Fswitcher_webapi
<!-- Badges Links -->
[checked-with-mypy]: http://www.mypy-lang.org/static/mypy_badge.svg
[cii-best-practices]: https://bestpractices.coreinfrastructure.org/projects/2891/badge
Expand All @@ -50,6 +49,7 @@ hosted with [readthedocs.io](https://readthedocs.org/).
[code-style-black]: https://img.shields.io/badge/code%20style-black-000000.svg
[david-dm-dev-package-json-dependencies-status]: https://david-dm.org/TomerFi/switcher_webapi/status.svg
[greenkeeper-badge]: https://badges.greenkeeper.io/TomerFi/switcher_webapi.svg
[license-scan]: https://app.fossa.io/api/projects/git%2Bgithub.com%2FTomerFi%2Fswitcher_webapi.svg?type=shield
[microbadger-docker-license]: https://images.microbadger.com/badges/license/tomerfi/switcher_webapi.svg
[microbadger-docker-version]: https://images.microbadger.com/badges/version/tomerfi/switcher_webapi.svg
[read-the-docs]: https://readthedocs.org/projects/switcher-webapi/badge/?version=stable
Expand All @@ -60,6 +60,3 @@ hosted with [readthedocs.io](https://readthedocs.org/).
[shields-io-maintenance]: https://img.shields.io/badge/Maintained%3F-yes-green.svg
[snyk-npm]: https://snyk.io//test/github/TomerFi/switcher_webapi/badge.svg?targetFile=package.json
[snyk-python]: https://snyk.io//test/github/TomerFi/switcher_webapi/badge.svg?targetFile=requirements.txt


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FTomerFi%2Fswitcher_webapi.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FTomerFi%2Fswitcher_webapi?ref=badge_large)

0 comments on commit eba58a8

Please sign in to comment.