All Projects → aaronhktan → exhale

aaronhktan / exhale

Licence: MIT license
A Pebble app for breathing, written in C.

Programming Languages

c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to exhale

coronavirus-stats
Automatically scrape data and statistics on Coronavirus to make them easily accessible in CSV format
Stars: ✭ 47 (+291.67%)
Mutual labels:  health, stats
hyperhealth
Monitor the health of a hyperfeed (hypercore or hyperdrive), including peer count and peer mirror percentages.
Stars: ✭ 38 (+216.67%)
Mutual labels:  health, stats
Awesome Humane Tech
Promoting Solutions that Improve Wellbeing, Freedom and Society
Stars: ✭ 2,234 (+18516.67%)
Mutual labels:  health, mindfulness
gatus
⛑ Automated service health dashboard
Stars: ✭ 3,018 (+25050%)
Mutual labels:  health
github-stats
🌟 GitHub Stats is all about stars, forks, repos, followers and more
Stars: ✭ 89 (+641.67%)
Mutual labels:  stats
Krypton-Toolkit-Suite-NET-Core
A update to Component factory's krypton toolkit to support .NET Framework 3.5 to .NET Core
Stars: ✭ 27 (+125%)
Mutual labels:  customization
ElevenClock
ElevenClock: Customize Windows 11 taskbar clock
Stars: ✭ 1,494 (+12350%)
Mutual labels:  customization
mikaela
Mikaela is a discord music bot that gives users the ability to store their favorite songs, and create playlists on discord.
Stars: ✭ 19 (+58.33%)
Mutual labels:  reminder
build-stats
🏆 get the build stats for pipelines 🏆
Stars: ✭ 79 (+558.33%)
Mutual labels:  stats
rn-fitness-tracker
React Native module to interact with Google Fit and Apple HealthKit.
Stars: ✭ 58 (+383.33%)
Mutual labels:  health
lifelights
Video games blended with home automation. Control your IoT devices based on in-game statuses!
Stars: ✭ 80 (+566.67%)
Mutual labels:  health
npm-statistics
NPM Download Statistics for ClearTax Open Source Projects
Stars: ✭ 26 (+116.67%)
Mutual labels:  stats
go-health
❤️ Health check your applications and dependencies
Stars: ✭ 91 (+658.33%)
Mutual labels:  health
Launcher
🚀 A distraction-free minimal homescreen for Android.
Stars: ✭ 116 (+866.67%)
Mutual labels:  customization
dotfiles
PJ's dotfiles - There are many like it but this one is mine
Stars: ✭ 24 (+100%)
Mutual labels:  customization
PySUS
Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
Stars: ✭ 99 (+725%)
Mutual labels:  health
Directions
Directions app for pebble
Stars: ✭ 15 (+25%)
Mutual labels:  pebble
repoxplorer
RepoXplorer - Git stats explorer
Stars: ✭ 109 (+808.33%)
Mutual labels:  stats
Pebble-Imessager
A PebbleJs and Server Application to allow iMessage texting on pebble smart watches
Stars: ✭ 25 (+108.33%)
Mutual labels:  pebble
RelaxingRain
App for relax, focus yourself with the sound of rain, thunder and wind
Stars: ✭ 16 (+33.33%)
Mutual labels:  relaxing

Breathe

Featured on the Pebble App Store from December 2016 to January 2017!

Available on the Pebble App Store

Description:

Breathe with a beautiful interface.

  • A simple circle animation expands and contracts to help you visualize and focus on breathing.
  • Gentle vibrations allow you to use the app even if you're not looking at the screen, and this vibration can be set to one of three types: a fancy vibration pattern on inhale and exhale, a fancy vibration on inhale only, or a simple double tap. And if you don't like vibrations, you can just turn'em off.
  • The background colour and circle colour are completely customizable. Don't like green and black? Change it to any of the 64 supported colours allowed by Pebble's screen!

Breathe at your own speed.

  • The breathing speed can be changed from 4 to 10 breaths per minute, perfect for when you want to calm down just a bit or quite a lot.
  • The duration of the breathing as shown on the main menu can be optionally set to remember the duration of the last breathing session. Or it can just start at 1 minute, the default, each time. Your choice!
  • For heart-rate enabled smartwatches, the number of breaths taken per minute can be set dynamically based on the current heart rate, and the current heart rate is shown at the top of the screen during the breathing session. Thanks to JohnEdwa!

See your health stats.

  • The main screen displays how many minutes you've breathed today using this app. It also displays the number of steps taken today, a greeting, your current heart rate, or nothing at all depending on your settings.

Be reminded to take a moment and breathe.

  • A reminder can be set (every 1, 2, 3, 4, or 6 hours) as a prompt to breathe. You can change when these reminders start (if you don't like waking up early, you can set them to start at 10 AM!). This reminder can also be snoozed for any increment of 10 minutes up to 50 minutes, for when you're just a bit busy at the moment.
  • The App Glance shows how many minutes you've breathed in the last session. This can be set to show the current daily total, or be disabled completely. Thanks to PiwwowPants!

Get motivation with achievements and stats.

  • Breathe and get achievements: some for how long you've breathed, others for how consistent you've been, and others for just customizing your settings. Get badges and see your achievements with a long press of the down button!
  • See stats about how long you've spent with this app, as well as your longest streak.

Supports multiple languages.

  • Don't speak English? This app supports English, French, Spanish, and German (text in app, settings page all correspond to the watch's chosen language). Thanks to noiob for the German translation!

Some more screenshots:

Pebble Classic/Steel/2, Pebble Time (Steel), Pebble Time Round, Pebble Time 2

Build and run

Cloudpebble

You can clone this repository with its URL and import to Cloudpebble. It should be able to build and run when pressing the green play button.

Command line tools

You'll need to have the Pebble Command Line Tools installed.

After that, from the root of the repository, pebble build to build the .pbw file.

To install on a watch, enable the Developer connection from the Pebble mobile app, then pebble install --phone <IP_ADDRESS>, where the <IP_ADDRESS> is the one that appears beneath the developer connection section in the ombile app.

To install on the emulator, pebble install --emulator <HARDWARE>, where is any one of the codenames used for Pebble hardware, i.e. Aplite, Basalt, Chalk, Diorite, or Emery.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].