Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markus-lamm/hv-sum200-stargazer
Mobile application for viewing and storing images of astronomical phenomena using MAUI Blazor.
https://github.com/markus-lamm/hv-sum200-stargazer
astronomy blazor maui maui-blazor
Last synced: 10 days ago
JSON representation
Mobile application for viewing and storing images of astronomical phenomena using MAUI Blazor.
- Host: GitHub
- URL: https://github.com/markus-lamm/hv-sum200-stargazer
- Owner: markus-lamm
- Created: 2023-11-02T16:40:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T11:57:16.000Z (12 months ago)
- Last Synced: 2024-11-19T10:25:51.983Z (2 months ago)
- Topics: astronomy, blazor, maui, maui-blazor
- Language: HTML
- Homepage:
- Size: 86.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stargazer
*This is a short explanation of the project. For the full documentation including screenshots, please see the files in the `Docs` folder.*
## Introduction
The purpose of developing an application focused on viewing and collecting astronomical phenomena is founded in the strong human desire to explore the vast beyond. The application seeks to tap into the fundamental human traits of curiosity and awe. Stargazer seeks to sate those desires by giving the user a way to experience the advances in space faring and humankind´s exploration of the observable universe through their phone.
## Technical Features
The application has a hybrid data source structure where an internet connection allows the user to partake in new imagery and their contents. While an offline mode still allows the user to explore their existing collection. This is achieved by segregating the data from the different data sources to designated pages within the application.
The “Daily” and “Gallery” pages and their underlying pages consist of data fetched from a publicly available API service provided by the National Aeronautics and Space Administration (NASA). Data is directly fetched from their vast archived storage through the Astronomy Picture of the Day (APOD) API. On the other hand, data in the “Collection” page and underlying pages are fetched from a local SQLite database.