This is a simple wrapper to looks.wtf source data to provide a JSON formatted version. Actually this is published as a GitHub Pages at disapi.grg.io/categories.json.
(☞゚∀゚)☞
Just go to http://disapi.grg.io/categories.json and use whatever you want!
I will be happy to accept pull requests.
or...
Fork&clone the repo, configure your GitHub Pages to publish from gh-pages branch and run:
npm install
npm run build
npm run deploy
This:
- installs required packages
- creates JSON files in build/directory
- deploys to GitHub Pages
All the content is from Leigh McCulloch, it's looks.wtf repo is linked via submodule and just re-formatted.