|
1 | 1 | # SlackOverflow |
2 | 2 |
|
3 | | -> Web hook that posts tagged Stack Overflow questions to Slack, updated using reaction emojis<br> |
4 | | -> Work in progress... |
| 3 | +> Web hook that posts tagged Stack Overflow questions to Slack, updated using reaction emojis |
| 4 | +> Work in progress... |
5 | 5 |
|
6 | | -[![Minimum PHP Version][php-image]][php-url] |
7 | 6 | [![GitHub license][license-image]][license-url] |
8 | | -[![Latest version][packagist-v-image]][packagist-url] |
9 | | -[![Downloads total][packagist-dt-image]][packagist-url] |
10 | | - |
11 | | -##### Development and Contributing |
12 | | - |
13 | | -[![Coding Standards][psr-image]][psr-url] |
14 | 7 | [![Build Status][travis-ci-image]][travis-ci-url] |
15 | | -[![Scrutinizer Code Quality][scrutinizer-image]][scrutinizer-url] |
16 | | -[![codecov][codecov-image]][codecov-url] |
17 | | - |
18 | 8 |
|
19 | 9 | <!-- ASSETS and LINKS --> |
20 | | -<!-- PHP FIG--> |
21 | | -[psr-image]: https://img.shields.io/badge/cs-PSR--2-237551.svg?style=flat-square |
22 | | -[psr-url]: http://www.php-fig.org/ |
23 | | -<!-- PHP Version --> |
24 | | -[php-image]: https://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg?style=flat-square |
25 | | -[php-url]: https://php.net/ |
26 | | -<!-- License --> |
27 | | -[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square |
28 | | -[license-url]: https://raw.githubusercontent.com/aframevr/slackoverflow/master/LICENSE |
29 | 10 | <!-- travis-ci --> |
30 | 11 | [travis-ci-image]: https://travis-ci.org/aframevr/slackoverflow.svg?branch=master |
31 | 12 | [travis-ci-url]: https://travis-ci.org/aframevr/slackoverflow |
32 | | -<!-- packagist --> |
33 | | -[packagist-v-image]: https://img.shields.io/packagist/v/aframevr/slackoverflow.svg?style=flat-square |
34 | | -[packagist-dt-image]: http://img.shields.io/packagist/dt/aframevr/slackoverflow.svg?style=flat-square |
35 | | -[packagist-url]: https://packagist.org/packages/aframevr/slackoverflow |
36 | | -<!-- Scrutinizer --> |
37 | | -[scrutinizer-image]: https://scrutinizer-ci.com/g/mkungla/slackoverflow/badges/quality-score.png?b=master |
38 | | -[scrutinizer-url]: https://scrutinizer-ci.com/g/mkungla/slackoverflow/?branch=master |
39 | | -<!-- codecov --> |
40 | | -[codecov-image]: https://codecov.io/gh/aframevr/slackoverflow/branch/master/graph/badge.svg |
41 | | -[codecov-url]: https://codecov.io/gh/aframevr/slackoverflow |
| 13 | + |
| 14 | +<!-- License --> |
| 15 | +[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square |
| 16 | +[license-url]: https://raw.githubusercontent.com/aframevr/slackoverflow/master/LICENSE |
0 commit comments