Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)