https://github.com/nycalexander/assetytics
Fetch real-time prices for gold, oil, and silver using the STOOQ API
https://github.com/nycalexander/assetytics
csharp css html javascript photino webui
Last synced: about 2 months ago
JSON representation
Fetch real-time prices for gold, oil, and silver using the STOOQ API
- Host: GitHub
- URL: https://github.com/nycalexander/assetytics
- Owner: nycalexander
- License: mit
- Created: 2025-02-04T12:55:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T15:42:16.000Z (over 1 year ago)
- Last Synced: 2025-09-04T19:40:10.591Z (9 months ago)
- Topics: csharp, css, html, javascript, photino, webui
- Language: C#
- Homepage:
- Size: 644 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Assetytics
Example windows application built with .NET 6.0 and Photino, designed to fetch real-time prices for gold, oil, and silver using the STOOQ API. The frontend is developed using HTML/CSS, while the backend is powered by C#. Inspired by the Electron Sample app named [Prices](https://github.com/electron/simple-samples/tree/master/prices).
## Features
- **Price Fetching**: Retrieves the latest gold, oil, and silver prices from the STOOQ API.
- **Photino-Powered UI**: Lightweight HTML/CSS frontend with a C# backend.
- **Fixed Update Interval**: Prices refresh automatically every 30 minutes.
## Installation and Usage
1. Download the debug build from the Actions workflow or compile it yourself.
2. Run `Assetytics.exe`.
## Compatibility
- **Operating System**: Windows 10, Windows 11
- **Framework**: .NET 6.0
## License
This project is licensed under the MIT License. See `LICENSE` for details.