https://github.com/smalls1652/nutrient-sync
An iOS 12 shortcut that utilizes iCloud Drive and iOS Health to sync calories and nutrient information.
https://github.com/smalls1652/nutrient-sync
calories ios ios-shortcuts nutrition
Last synced: 2 months ago
JSON representation
An iOS 12 shortcut that utilizes iCloud Drive and iOS Health to sync calories and nutrient information.
- Host: GitHub
- URL: https://github.com/smalls1652/nutrient-sync
- Owner: Smalls1652
- Created: 2018-12-21T16:24:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T18:26:45.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T13:12:49.989Z (6 months ago)
- Topics: calories, ios, ios-shortcuts, nutrition
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nutrient Sync
Nutrient Sync is an iOS Shortcut I made to get around the privacy concerns and subscription based focus of most calorie tracking apps. This utilizes your iCloud Drive to store data and iOS Health to sync the data.
## Current Version
Version 0.1.1
## Install
In order to utilize Nutrient Sync, you must add these to Shortcuts to your library:
- [Nutrient Sync](https://www.icloud.com/shortcuts/e2f753701227484da5fe288a529dbaa8) (To run Nutrient Sync)
- [libNutrientSync](https://www.icloud.com/shortcuts/f57f4d28fb7544989bd443a041bdc943) (A library of functions that Nutrient Sync is dependent on.)On the first run, it will create a file in _/iCloud Drive/Shortcuts/_ called **nutrientsync-setup.txt** and a folder called **Nutrient Sync**. Inside of the **Nutrient Sync** folder are two folders named **Food** and **Drink**.
Any saved items you create with Nutrient Sync will be saved in **Food** or **Drink** when you specify what type it is. When you use the _Load Saved Item_ option, you will need to navigate to those folders when it prompts you.
## Run Options
### Enter Item to Health
- Enter the time the item was consumed at.
- Select the nutrients you want to record.
- Enter the data for each prompt.
- Returns that data to the Health app.
- Asks if you want to save the item.### Enter Item to iCloud
- Select the nutrients you want to record.
- Enter the data for each prompt.
- Prompts to save item.### Load Saved Item
- Prompts to load a file.
- Asks which nutrients to sync.
- Asks the time the item was consumed.
- Returns the data to the Health App.### Check for Update
- Checks this GitHub repo for any updates that I may have done.