Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crmne/cluster-headache-tracker-android
Android app for clusterheadachetracker.com
https://github.com/crmne/cluster-headache-tracker-android
Last synced: 6 days ago
JSON representation
Android app for clusterheadachetracker.com
- Host: GitHub
- URL: https://github.com/crmne/cluster-headache-tracker-android
- Owner: crmne
- Created: 2024-10-19T15:49:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T22:21:58.000Z (17 days ago)
- Last Synced: 2024-12-21T23:20:07.451Z (17 days ago)
- Language: Kotlin
- Size: 5.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧠 Cluster Headache Tracker Android
Cluster Headache Tracker Android is a Hotwire Native wrapper for the [Cluster Headache Tracker](https://github.com/crmne/cluster-headache-tracker) web application. This app uses [Hotwire Native for Android](https://github.com/hotwired/hotwire-native-android) to provide the web app experience within a native Android app shell.
## 🎯 Purpose
The main reason for creating this Android app is to increase accessibility and visibility of the Cluster Headache Tracker. While the web application functions as a Progressive Web App (PWA), many users are unfamiliar with PWAs or how to add them to their home screens. This native Android wrapper provides a familiar way for users to download and access the app through the App Store.
## 🚀 Features
- 📱 Access the Cluster Headache Tracker web app through a familiar Android app interface
- 📊 View and interact with headache logs and charts
- 🔒 Secure authentication and data storage (handled by the web app)## 🛠 Requirements
- Android 9 (API level 28)
- Android Studio## 📲 Installation
1. Clone the repository:
```
git clone https://github.com/crmne/cluster-headache-tracker-android.git
```2. Open the folder in Android Studio
3. Build and run the project on your Android device or simulator.
## 🔗 Related Projects
- [Cluster Headache Tracker (Web)](https://github.com/crmne/cluster-headache-tracker): The main web application that this Android app wraps.
## 🤝 Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for more details on how to get started.
## 📄 License
Cluster Headache Tracker Android is released under the [GNU General Public License v3.0 (GPL-3.0)](LICENSE).
## 🔒 Privacy
This Android app provides access to the same web application as the browser version, maintaining the same privacy principles. No additional personally identifiable information is collected or stored. All data handling occurs on the EU-based servers of the main Cluster Headache Tracker application.
## 🍕 Support the Project
If you find this tool valuable, please consider making a donation:
[![Buy me a pizza](https://img.shields.io/badge/Buy%20me%20a%20pizza-%2410-orange?style=for-the-badge&logo=buy-me-a-coffee&logoColor=white)](https://buymeacoffee.com/crmne)
## 🆘 Support
If you encounter any issues or have questions, please [open an issue](https://github.com/crmne/cluster-headache-tracker-android/issues) on GitHub.
## 🙏 Acknowledgements
- [Hotwire Native for Android](https://github.com/hotwired/hotwire-native-android) for enabling this web-to-native wrapper.
- All contributors and users who help improve this project.