diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..28ea2c0 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "jagmandan", + "name": "jagmandan", + "avatar_url": "https://avatars.githubusercontent.com/u/227265405?v=4", + "profile": "https://github.com/jagmandan", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "mysa-js-sdk", + "projectOwner": "bourquep" +} diff --git a/README.md b/README.md index 919ca3b..3a16e2f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Mysa Smart Thermostat JavaScript SDK + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![NPM Version](https://img.shields.io/npm/v/mysa-js-sdk)](https://www.npmjs.com/package/mysa-js-sdk) [![CodeQL](https://github.com/bourquep/mysa-js-sdk/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/bourquep/mysa-js-sdk/actions/workflows/github-code-scanning/codeql) @@ -229,3 +232,25 @@ For general questions and discussions, join our [Discussion Forum](https://githu This library would not be possible without the amazing work by [@dlenski](https://github.com/dlenski) in his [mysotherm](https://github.com/dlenski/mysotherm) repository. He's the one who reversed-engineered the Mysa MQTT protocol which is being used by this library. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +
jagmandan
jagmandan

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file