From d2fdc88270948a3fed464e9ff97ef9638af9e34f Mon Sep 17 00:00:00 2001 From: Daniel Stein Date: Sat, 17 Feb 2018 14:49:15 +0100 Subject: [PATCH] Added acknowledgement for contributors to README --- .all-contributorsrc | 39 +++++++++++++++++++++++++++++++++++++++ README.md | 16 ++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..1def304 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,39 @@ +{ + "projectName": "pusher", + "projectOwner": "hackherz", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "nlohmann", + "name": "Niels Lohmann", + "avatar_url": "https://avatars2.githubusercontent.com/u/159488?v=4", + "profile": "http:/nlohmann.me", + "contributions": [ + "code" + ] + }, + { + "login": "jamesterjim", + "name": "James Rose", + "avatar_url": "https://avatars1.githubusercontent.com/u/1824603?v=4", + "profile": "http://jameserose.co.uk", + "contributions": [ + "doc" + ] + }, + { + "login": "HackHerz", + "name": "Daniel Stein", + "avatar_url": "https://avatars1.githubusercontent.com/u/2885148?v=4", + "profile": "https://hackherz.com/", + "contributions": [ + "code", + "doc" + ] + } + ] +} diff --git a/README.md b/README.md index 1567e94..262e4fc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![Logo](https://github.com/HackHerz/pusher/blob/master/pusher.png) +[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors) # pusher Send push-notifications to your phone from the command line. Uses [PushNotifier](http://pushnotifier.de/) to receive notifications. @@ -70,3 +71,18 @@ pusher uses a few third party libraries. - [json](https://github.com/nlohmann/json) by [Niels Lohmann](http://nlohmann.me/) - [TCLAP](http://tclap.sourceforge.net/) - [simpleini](https://github.com/brofield/simpleini) by Brodie Thiesfield + +## Contributors + + + +| [
Niels Lohmann](http:/nlohmann.me)
[💻](https://github.com/hackherz/pusher/commits?author=nlohmann "Code") | [
James Rose](http://jameserose.co.uk)
[📖](https://github.com/hackherz/pusher/commits?author=jamesterjim "Documentation") | [
Daniel Stein](https://hackherz.com/)
[💻](https://github.com/hackherz/pusher/commits?author=HackHerz "Code") [📖](https://github.com/hackherz/pusher/commits?author=HackHerz "Documentation") | +| :---: | :---: | :---: | + +Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): + + + + + +This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file