Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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

Screenshot 2023-06-26 at 13 44 42
Screenshot 2023-06-26 at 13 45 55 Screenshot 2023-06-26 at 14 42 05

## 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).