1[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/?branch=master)
2[![Code Coverage](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/?branch=master)
3[![Build Status](https://travis-ci.com/micgro42/dokuwiki-plugin-swarmwebhook.svg?branch=master)](https://travis-ci.com/micgro42/dokuwiki-plugin-swarmwebhook)
4
5## Swarm Webhook Plugin for DokuWiki
6
7A webhook endpoint for swarm Check-Ins forwarded by IFTTT or Zapier into a struct table
8
9All documentation for this plugin can be found at
10[https://dokuwiki.org/plugin:swarmwebhook](https://dokuwiki.org/plugin:swarmwebhook)
11
12If you install this plugin manually, make sure it is installed in
13lib/plugins/swarmwebhook/ - if the folder is called different it
14will not work!
15
16Please refer to [https://www.dokuwiki.org/plugins](https://www.dokuwiki.org/plugins) for additional info
17on how to install plugins in DokuWiki.
18
19
20----
21Copyright (C) Michael Große <mic.grosse@googlemail.com>
22
23This program is free software; you can redistribute it and/or modify
24it under the terms of the GNU General Public License as published by
25the Free Software Foundation; version 2 of the License
26
27This program is distributed in the hope that it will be useful,
28but WITHOUT ANY WARRANTY; without even the implied warranty of
29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30GNU General Public License for more details.
31
32See the LICENSING file for details
33