-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Added Changelog and preparation for initial release (#21)
docs: Added Changelog
- Loading branch information
1 parent
a5b0a8b
commit 8882ad5
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
## [0.1.0] - 2023-01-30 | ||
|
||
_Initial release._ | ||
|
||
[0.1.0]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# ingredient_collector | ||
|
||
[![codecov](https://codecov.io/gh/Slartibartfass2/ingredient_collector/branch/main/graph/badge.svg?token=2HK4E1N7PO)](https://codecov.io/gh/Slartibartfass2/ingredient_collector) | ||
![GitHub issues](https://img.shields.io/github/issues-raw/Slartibartfass2/ingredient_collector?logo=github) | ||
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Slartibartfass2/ingredient_collector?logo=github) | ||
[![Report Issue](https://img.shields.io/badge/-Report%20issue-red?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAsklEQVR4Ae3UEQzEQBCF4YVzd66nrvWs0+JBPeNUdzzPYT11Onen/3TwLbyl+ZPBSb5sstOq1VXAAEKc7sZczPf2Y3woPyajfBg/yo/JKDfmTr/qVlHOl4m0F+hpKGAAGEG5roBiISgKVKACGQ6jFyRUoAc4gA78HKCTufa025lrKKAX8EFvS7sHeleTmkd9gQ3YgWcWY0ClDBgvKmEMKCNGR/kxflTCuFAnEOKMVlWL+wNsSof8wQFurAAAAABJRU5ErkJggg==)](https://github.com/Slartibartfass2/ingredient_collector/issues/new/choose "Click to report issue") | ||
|
||
A small app which collects ingredients from recipes from different websites and adds them together to create a shopping list | ||
A small app which collects ingredients from recipes from different websites and adds them together to create a shopping list. | ||
|
||
## Supported Websites | ||
|
||
- [KptnCook](https://www.kptncook.com/) | ||
|
||
### Planned support | ||
|
||
- [Nora Cooks](https://www.noracooks.com/) | ||
- [Eat This](https://www.eat-this.org/) | ||
- [Bianca Zapatka](https://biancazapatka.com/de/) | ||
- [Chefkoch](https://www.chefkoch.de/) |