Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterklingelhofer authored Apr 16, 2023
1 parent eaf64f7 commit b8ad34c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

Research indicates we blink less and breathe more shallowly when we are looking at screens. This app is intended as a friendly indicator and reminder to continue to take full and deep breaths.

[<img src="https://user-images.githubusercontent.com/60944077/232312847-df673556-fb5e-49b4-8037-4d38267e6e18.png" width="157" height="63"></img>](https://apps.apple.com/us/app/exhale-breath/id6447758995?mt=12)

## Swift App Usage

![circle-swift](https://user-images.githubusercontent.com/60944077/226204981-f390facc-4f6c-4bec-8784-23203aa64efc.gif)
![rectangle-swift](https://user-images.githubusercontent.com/60944077/226204986-7522cb4d-7df1-4d65-96de-e629197e9854.gif)
<img width="600" alt="Screen Shot 2023-03-22 at 8 54 17 PM" src="https://user-images.githubusercontent.com/60944077/227079185-fb5d5fc3-e966-4488-a68b-8dc799651a02.png">


Note: This is the macOS implementation.

```sh
git clone https://github.com/peterklingelhofer/exhale.git
cd exhale
cd swift
xed .
```

## TypeScript / Electron Usage

![exhaleElectron](https://user-images.githubusercontent.com/60944077/224524962-56da25cc-e3d9-4d4b-9171-f185be9d709c.gif)
Expand Down Expand Up @@ -44,24 +62,6 @@ Once added, you can modify all values from the **Local Storage** pane. Or, if yo

<img width="371" alt="Screen Shot 2023-03-11 at 2 12 30 PM" src="https://user-images.githubusercontent.com/60944077/224511531-c0d615a1-1859-47b6-a78b-7d38276d80be.png">


## Swift App Usage

![circle-swift](https://user-images.githubusercontent.com/60944077/226204981-f390facc-4f6c-4bec-8784-23203aa64efc.gif)
![rectangle-swift](https://user-images.githubusercontent.com/60944077/226204986-7522cb4d-7df1-4d65-96de-e629197e9854.gif)
<img width="600" alt="Screen Shot 2023-03-22 at 8 54 17 PM" src="https://user-images.githubusercontent.com/60944077/227079185-fb5d5fc3-e966-4488-a68b-8dc799651a02.png">


Note: This is the macOS implementation.

```sh
git clone https://github.com/peterklingelhofer/exhale.git
cd exhale
cd swift
xed .
```


## Python Script Usage

![exhalePython](https://user-images.githubusercontent.com/60944077/222979803-c88ebc65-b799-4ca7-b265-54beb27fcb00.gif)
Expand Down

0 comments on commit b8ad34c

Please sign in to comment.