Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juampi92/expo-meditation-beep
A simple expo app for unguided meditation. Features are explained in the readme.
https://github.com/juampi92/expo-meditation-beep
Last synced: 9 days ago
JSON representation
A simple expo app for unguided meditation. Features are explained in the readme.
- Host: GitHub
- URL: https://github.com/juampi92/expo-meditation-beep
- Owner: juampi92
- License: mit
- Created: 2024-01-26T21:01:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-26T21:43:23.000Z (10 months ago)
- Last Synced: 2024-01-26T22:24:46.705Z (10 months ago)
- Language: JavaScript
- Size: 2.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Meditation Bell App
A simple expo application that plays a meditation bell sound every x minutes.
## Features
- Run a customizable timer to limit the meditation session.
- Play a meditation bell sound every x minutes as a reminder to stay focused.
- Plays three bells when the timer is up.
- Prevents the device from going to sleep while the timer is running.## Installing and running
Please refer to the [Expo Go Documentation](https://docs.expo.dev/get-started/expo-go/) for installing and running the app locally.
Build APK:
```
eas build -p android --profile=preview
```