diff --git a/README.md b/README.md index 1fe3d5a1..a413023e 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,20 @@ for information about how to create/update translations. :tr: Turkish +## Cool Projects Using Baby Buddy + +This is a non-exhaustive list of neat projects and blog posts that either extend +or use Baby Buddy in fun ways. If you have a project to share please open a PR +adding it here or reach out via GitHub Issues or Discussions or on Gitter! + +- [Home Assistant integration](https://github.com/jcgoette/baby_buddy_homeassistant) +- [Baby Buddy and Home Assistant](https://martinnoah.com/babybuddy-and-home-assistant.html) (how-to guide) +- [Bottle Scale for BabyBuddy and Home Assistant with ESPHome](https://github.com/sfgabe/OITProjects/tree/master/BabyBuddy_ESP_HASS) +- [Alexa skill](https://github.com/babybuddy/babybuddy-alexa-skill) +- [Sandstorm app](https://github.com/babybuddy/babybuddy-sandstorm) +- [iOS shortcuts](https://github.com/babybuddy/babybuddy/discussions/300) +- Newborn parenting software - [part 1](https://lutzky.net/2021/10/03/software-parenting-1/), [part 2](https://lutzky.net/2021/10/05/software-parenting-2/), [part 3](https://lutzky.net/2021/10/10/software-parenting-3/) (API, buttons, LCD information screen!) + ## Reporting Vulnerabilities See [SECURITY.md](SECURITY.md) for information about where and how to report diff --git a/docs/API.md b/docs/API.md index 46270570..40440ba6 100644 --- a/docs/API.md +++ b/docs/API.md @@ -45,8 +45,9 @@ return `403 Forbidden` with additional details in the response body. ## Schema API schema information in the [OpenAPI format](https://swagger.io/specification/) -can be found in the `openapi-schema.yml` file in the project root. A live -version is also available at the `/api/schema` path of a running instance. +can be found in the [`openapi-schema.yml`](/openapi-schema.yml) file in the project +root. A live version is also available at the `/api/schema` path of a running +instance. ## `GET` Method