Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kokororin/pixiv.moe
๐ A pinterest-style layout site, shows illusts on pixiv.net order by popularity.
https://github.com/kokororin/pixiv.moe
comic comics illust illusts lovelive moe pixiv react redux typescript webapp website
Last synced: 14 days ago
JSON representation
๐ A pinterest-style layout site, shows illusts on pixiv.net order by popularity.
- Host: GitHub
- URL: https://github.com/kokororin/pixiv.moe
- Owner: kokororin
- License: mit
- Created: 2016-09-05T02:57:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T06:54:34.000Z (over 1 year ago)
- Last Synced: 2024-10-12T07:16:13.255Z (29 days ago)
- Topics: comic, comics, illust, illusts, lovelive, moe, pixiv, react, redux, typescript, webapp, website
- Language: TypeScript
- Homepage: http://qiita.com/kokororin/items/5c065fb48dcbf61edc6d
- Size: 16.6 MB
- Stars: 361
- Watchers: 13
- Forks: 50
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pixiv่ใ![Build Status](https://github.com/kokororin/pixiv.moe/actions/workflows/ci.yml/badge.svg)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)A pinterest-style layout site, shows illusts on [pixiv.net](http://pixiv.net) order by popularity. Written with React.
# Table of Contents
- [Table of Contents](#table-of-contents)
- [Tech Stack](#tech-stack)
- [Front-end](#front-end)
- [Features](#features)
- [Dev](#dev)
- [Commands](#commands)
- [API](#api)
- [Deploy](#deploy)
- [With Docker](#with-docker)
- [Localization](#localization)
- [Contribute](#contribute)
- [Contributors](#contributors)
- [License](#license)## Tech Stack
### Front-end
- react
- react-dom
- react-router
- mobx
- mobx-react-lite
- react-intl
- material-ui
- whatwg-fetch## Features
- Pinterest-style layout illusts.
- Select tags.
- Search keywords order by popularity without pixiv Premium.
- Login in pixiv and add bookmarks easily.## Dev
```bash
# Start for development
$ git clone https://github.com/kokororin/pixiv.moe
$ cd pixiv.moe
$ yarn
$ npm start
```### Commands
- Install dependencies: `yarn`
- Run Front-end Server: `npm start`
- Test: `npm test`
- Build Front-end: `npm run build`### API
The API is based on HTTPS requests and JSON responses.
See more in [API Docs](https://github.com/kokororin/pixiv.moe/blob/master/docs/API.md).
## Deploy
### With Docker
```bash
docker build -t .
docker run -p :80 -d
```## Localization
App will auto detect your browser language and use the localization. You can set language manually in drawer.
Help us if you can translate this app. Please follow the guide in `src/locale`.## Contribute
Feel free to contribute (PR-s and issues welcomed).
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
ใใ
๐ป ๐ ๐จ โ ๏ธ
ๅๅคขใกใใ
๐ป ๐ค
simon3000
๐ป ๐ค ๐
Muhammad Iqbal Rifai
๐
Meodinger Wang
๐
Kao
๐
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
## License
[MIT license](http://opensource.org/licenses/mit-license.php)