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

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.

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)