mirror of https://github.com/snachodog/mybuddy.git
107 lines
4.1 KiB
Markdown
107 lines
4.1 KiB
Markdown
<img src="babybuddy/static_src/logo/icon.png" height="150" align="left">
|
|
|
|
# Baby Buddy
|
|
|
|
[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
|
|
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/babybuddy/Lobby)
|
|
[![CI Status](https://github.com/babybuddy/babybuddy/actions/workflows/ci.yml/badge.svg)](https://github.com/babybuddy/babybuddy/actions/workflows/ci.yml)
|
|
[![Coverage Status](https://coveralls.io/repos/github/babybuddy/babybuddy/badge.svg?branch=master)](https://coveralls.io/github/babybuddy/babybuddy?branch=master)
|
|
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/babybuddy/babybuddy)
|
|
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
|
|
|
|
A buddy for babies! Helps caregivers track sleep, feedings, diaper changes,
|
|
tummy time and more to learn about and predict baby's needs without (*as much*)
|
|
guess work.
|
|
|
|
![Baby Buddy desktop view](screenshot.png)
|
|
|
|
![Baby Buddy mobile views](screenshot_mobile.png)
|
|
|
|
## Demo
|
|
|
|
A [demo of Baby Buddy](https://demo.baby-buddy.net) is available. The demo instance
|
|
resets every hour. Login credentials are:
|
|
|
|
- Username: `admin`
|
|
- Password: `admin`
|
|
|
|
## Documentation
|
|
|
|
Visit [https://docs.baby-buddy.net](https://docs.baby-buddy.net) for full documentation.
|
|
|
|
### Additional documentation
|
|
|
|
- [Changelog](/CHANGELOG.md)
|
|
- [Security](/SECURITY.md)
|
|
- [License](/LICENSE) (BSD-2 Clause)
|
|
|
|
## Languages
|
|
|
|
Baby Buddy is available in a variety of languages thanks to the efforts of numerous
|
|
translators. Language can be set on a per-user basis from the user settings page
|
|
(`/user/settings/`). See [Contributing](https://docs.baby-buddy.net/contributing/translation/)
|
|
for information about how to create/update translations.
|
|
|
|
### Available languages
|
|
|
|
:es: Catalan
|
|
|
|
:cn: Chinese (simplified)
|
|
|
|
:czech_republic: Czech
|
|
|
|
:denmark: Danish
|
|
|
|
:netherlands: Dutch
|
|
|
|
:uk: English (U.K.)
|
|
|
|
:us: English (U.S.) *(base)*
|
|
|
|
:finland: Finnish
|
|
|
|
:fr: French
|
|
|
|
:de: German
|
|
|
|
:hungary: Hungarian
|
|
|
|
:it: Italian
|
|
|
|
:poland: Polish
|
|
|
|
:portugal: :brazil: Portuguese
|
|
|
|
:ru: Russian
|
|
|
|
:mexico: :es: Spanish
|
|
|
|
:sweden: Swedish
|
|
|
|
:tr: Turkish
|
|
|
|
## Baby Buddy on the Web
|
|
|
|
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)
|
|
- [Home Assistant Addon (host Baby Buddy on your Home Assistant)](https://github.com/OttPeterR/addon-babybuddy)
|
|
- [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!)
|
|
- [Quick Entry Keypad (ESP8266)](https://github.com/sfgabe/OITProjects/tree/master/Baby_Buddy_Keypad) for BabyBuddy and Home Assistant with ESPHome
|
|
- [Baby Buddy Keypad (ESP32)](https://github.com/jeroenterheerdt/Baby-Buddy-Keypad)
|
|
- [BabyScout](https://github.com/MikeSchapp/BabyScout) - Keypad for recording diaper changes, feedings and sleep to BabyBuddy
|
|
- [Baby Buddy: Keep Records of Your Child/Baby's Growth and Activities](https://www.youtube.com/watch?v=sO6rjn2s6-k) (video)
|
|
- [Convert exported data from "Baby tracker - feeding, sleep and diaper" mobile app to Baby Buddy](https://github.com/babybuddy/babybuddy/discussions/424)
|
|
|
|
## Reporting Vulnerabilities
|
|
|
|
See [SECURITY.md](SECURITY.md) for information about where and how to report
|
|
potential Baby Buddy vulnerabilities.
|