Skip to content

Commit

Permalink
chore: add badges on README
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrien committed Dec 26, 2020
1 parent 91acfb5 commit f8cc398
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# fastapi-slack

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-brightgreen.svg)](https://conventionalcommits.org)
[![CircleCI](https://circleci.com/gh/dialoguemd/fastapi-slack.svg?style=svg&circle-token=d5088d3188d29980a98d21136927b0693ea7d90e)](https://circleci.com/gh/dialoguemd/fastapi-slack)
[![codecov](https://codecov.io/gh/dialoguemd/fastapi-slack/branch/master/graph/badge.svg?token=CVU9WOYOEG)](https://codecov.io/gh/dialoguemd/fastapi-slack)

Slack extension for FastAPI.

## Configuration - Environment Variables
Expand All @@ -13,7 +17,6 @@ Bot User OAuth Access Token as defined in OAuth & Permissions menu of the slack
App signing secret as shown in Basic Information menu of the slack app in the App
Credentials section.


## Setup

* Include fastapi-slack router:
Expand Down

0 comments on commit f8cc398

Please sign in to comment.