Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/6/StonksPro
Trying out Swift. Apple Vision Pro example app built with SwiftUI + visionOS SDK
https://github.com/6/StonksPro
swift swiftui vision-os visionos
Last synced: about 1 month ago
JSON representation
Trying out Swift. Apple Vision Pro example app built with SwiftUI + visionOS SDK
- Host: GitHub
- URL: https://github.com/6/StonksPro
- Owner: 6
- Created: 2023-06-26T18:48:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-26T19:28:06.000Z (over 1 year ago)
- Last Synced: 2024-08-02T00:26:06.917Z (4 months ago)
- Topics: swift, swiftui, vision-os, visionos
- Language: Swift
- Homepage:
- Size: 458 KB
- Stars: 36
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-visionos - Stock Watcher App
- Awesome-Vision-Pro - Stock Watcher App
- fucking-open-source-ios-apps - StonksPro
README
# StonksPro
Trying out Swift for the first time. Apple Vision Pro example app built with [SwiftUI](https://developer.apple.com/xcode/swiftui/) + [visionOS SDK](https://developer.apple.com/documentation/visionos/).
It uses [CoinGecko API](https://www.coingecko.com/en/api) for crypto data and [AlphaVantage API](https://www.alphavantage.co/) for stocks data. Both are free but rate limited.
**Features:**
- List most actively traded stocks + top market cap crypto assets.
- View stock/crypto details with 7d timeseries chart.### Screenshots
## Setup
```
brew bundle
```Then open `StonksPro.xcodeproj` in Xcode 15+ and run the app.
Obtain a free AlphaVantage API key from https://www.alphavantage.co/support/#api-key (note: free API key is limited to 5 API calls per minute and 500 calls per day).