https://github.com/timii/kalorientracker
University Project for "Entwicklung digitaler Sprachassistenten"
https://github.com/timii/kalorientracker
alexa calories-counter calories-tracker javascript university voice-assistant
Last synced: 4 months ago
JSON representation
University Project for "Entwicklung digitaler Sprachassistenten"
- Host: GitHub
- URL: https://github.com/timii/kalorientracker
- Owner: timii
- License: mit
- Created: 2019-12-11T08:31:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T15:53:46.000Z (about 5 years ago)
- Last Synced: 2025-03-15T07:45:17.377Z (7 months ago)
- Topics: alexa, calories-counter, calories-tracker, javascript, university, voice-assistant
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changeJSON.js
- License: LICENSE
Awesome Lists containing this project
README
## Kalorientracker
University Project for "Entwicklung digitaler Sprachassistenten" @ Worms University of Applied Science### Table of Contents
- [Description](#description)
- [How To Use](#how-to-use)### Description
Kalorientracker is a voice assistant app written in node.js to help you track your calories and calculate the amount of daily calories you need. We used DynamoDB as a Database to store the user information.
What features does the app have?
- You can add calories to your current calories
- You can ask about the amount of calories you have taken in this day
- You can calcualte the amount of calories you need
- You can manually set your daily calories
- You can ask how many calories you still need to get to your daily amount of calories
- You can ask for help### How To Use
To test the app you can use the alexa developer console, but to do so you need an amazon account.
[Back To The Top](#kalorientracker)