https://github.com/alikia2x/puffyhub
A Misskey client for watchOS.
https://github.com/alikia2x/puffyhub
apple-watch fediverse fediverse-client misskey misskey-client watchos
Last synced: about 2 months ago
JSON representation
A Misskey client for watchOS.
- Host: GitHub
- URL: https://github.com/alikia2x/puffyhub
- Owner: alikia2x
- License: gpl-3.0
- Created: 2024-06-06T15:54:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T09:58:33.000Z (4 months ago)
- Last Synced: 2025-01-05T10:30:32.829Z (4 months ago)
- Topics: apple-watch, fediverse, fediverse-client, misskey, misskey-client, watchos
- Language: Swift
- Homepage:
- Size: 1.03 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation for PuffyHub
## Preparations
SwiftUI offers a straightforward method for previewing views. Given the nature of PuffyHub, we utilize real API requests to fetch data during these previews.
To proceed, please duplicate the file `PuffyHub/Debug/AppSettingsExample.swift` and rename it to `PuffyHub/Debug/AppSettingsPreview.swift`. Ensure you populate this new file with your instance URL and token before initiating the preview.