What's Changed
* Update dependency cryptography to v43.0.1 [SECURITY] by renovate in https://github.com/nnsnodnb/app-store-download-count-badge-maker/pull/8
* Add badge_style in app by nnsnodnb in https://github.com/nnsnodnb/app-store-download-count-badge-maker/pull/9
* Update README.md by nnsnodnb in https://github.com/nnsnodnb/app-store-download-count-badge-maker/pull/10
**Full Changelog**: https://github.com/nnsnodnb/app-store-download-count-badge-maker/compare/v0.1.2...v0.2.0
Add badge_style
Configure
The style of the badge. Must be one of `flat` (default), `flat-square`, `plastic`, `for-the-badge`, `social`.
yaml
...
apps:
- apple_identifier: 1289764391
frequency: MONTHLY
- apple_identifier: 1234567890
frequency: WEEKLY
badge_style: flat-square
Examples
| `badge_style` | Preview |
|:---------------:|:-------------------------------------------------------------------------------------------------------------------:|
| `flat` | ![flat](https://img.shields.io/badge/download-1.2k%2Fyear-brightgreen?style=flat&cacheSeconds=31536000) |
| `flat-square` | ![flat-square](https://img.shields.io/badge/download-123%2Fyear-green?style=flat-square&cacheSeconds=31536000) |
| `plastic` | ![plastic](https://img.shields.io/badge/download-99%2Fyear-yellowgreen?style=plastic&cacheSeconds=31536000) |
| `for-the-badge` | ![for-the-badge](https://img.shields.io/badge/download-9%2Fyear-yellow?style=for-the-badge&cacheSeconds=31536000) |
| `social` | ![social](https://img.shields.io/badge/download-0%2Fyear-yellow?style=social&cacheSeconds=31536000) |