Skip to content

micku/disapproval_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disapproval APIs

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.

(☞゚∀゚)☞

Usage

Just go to http://disapi.grg.io/categories.json and use whatever you want!

Customizing

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

Credits

All the content is from Leigh McCulloch, it's looks.wtf repo is linked via submodule and just re-formatted.