Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camc314/koralfuse
An iOS client for Jellyfin built with React Native
https://github.com/camc314/koralfuse
hacktoberfest react-native
Last synced: about 1 month ago
JSON representation
An iOS client for Jellyfin built with React Native
- Host: GitHub
- URL: https://github.com/camc314/koralfuse
- Owner: camc314
- License: mit
- Created: 2020-10-06T18:44:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:49:09.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T18:20:12.029Z (7 months ago)
- Topics: hacktoberfest, react-native
- Language: TypeScript
- Homepage:
- Size: 3.06 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Koralfuse
A Client for the Jellyfin Project
This is an experimental web client for Jellyfin based on [React Native](https://reactnative.dev/). All contributions and pull requests are welcome! If you have a larger feature in mind please open an issue so the implementation can be discussed before you start.
## 📒 Notes
This project uses [Yarn](https://yarnpkg.com/getting-started/install) as a package manager.
## 🚀 How to use
```
# Install dependencies
$ yarn install# Try it out
$ expo start
```