UNPKG

pixiv.moe

Version:

A pinterest-style layout site, shows illusts on [pixiv.net](http://pixiv.net) order by popularity. Written with React.

21 lines (15 loc) 207 B
sudo: false dist: trusty language: node_js node_js: - 12 cache: directories: - node_modules - $HOME/.yarn-cache install: - yarn install script: - npm test after_script: - npm run coverage