kokororin / pixiv.moe

😘 A pinterest-style layout site, shows illusts on pixiv.net order by popularity.

Home Page:http://qiita.com/kokororin/items/5c065fb48dcbf61edc6d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pixiv萌え

Build Status styled with prettier

A pinterest-style layout site, shows illusts on pixiv.net order by popularity. Written with React.

Table of Contents

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

# 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.

Deploy

With Docker

docker build -t <customized-name> .
docker run -p <port>:80 -d <customized-name>

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):


そら

πŸ’» πŸ“– 🎨 ⚠️

εŸε€’γ‘γ‚ƒγ‚“

πŸ’» πŸ€”

simon3000

πŸ’» πŸ€” 🌍

Muhammad Iqbal Rifai

🌍

Meodinger Wang

🌍

Kao

🌍

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT license

About

😘 A pinterest-style layout site, shows illusts on pixiv.net order by popularity.

http://qiita.com/kokororin/items/5c065fb48dcbf61edc6d

License:MIT License


Languages

Language:TypeScript 94.7%Language:EJS 2.9%Language:JavaScript 2.0%Language:Dockerfile 0.2%Language:Shell 0.2%