https://github.com/lonzzi/nekokey
nekokey is a Misskey client application.
https://github.com/lonzzi/nekokey
Last synced: 8 months ago
JSON representation
nekokey is a Misskey client application.
- Host: GitHub
- URL: https://github.com/lonzzi/nekokey
- Owner: lonzzi
- License: mit
- Created: 2024-11-26T15:21:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T08:36:05.000Z (over 1 year ago)
- Last Synced: 2025-01-26T09:24:27.858Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 677 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nekokey
Nekokey is a Misskey client application built with React Native and Expo.
## 🚧 WIP
The following features are currently under development:
- [ ] App Icon
- [x] Support for user lists and role-based timelines
- [ ] Notification timeline with real-time updates
- [ ] Custom emoji reactions
- [ ] User profile
- [ ] Video play support
## Features
- Timeline browsing (Home, Global, Local)
- Basic social features (Like, Renote, Reply)
- Image viewing and sharing
- Dark mode support
- Internationalization (English, Chinese)
## Getting Started
1. Install dependencies
```bash
npm install
```
2. Start development server
```bash
npx expo start
```
3. Run on simulator or device
- iOS: Requires XCode
- Android: Requires Android Studio
- Or use Expo Go app for development preview
## License
See the [LICENSE](LICENSE) file for details.
## Acknowledgments
- [Misskey](https://misskey-hub.net/)
- [Expo](https://expo.dev/)
- [Bluesky Social App](https://github.com/bluesky-social/social-app)