wkindex

Those of you who use userscripts and extensions for WaniKani probably are already aware of the state of the ecosystem. This project aims to solve that, and provide an index of all userscripts/browser extensions and apps so that they can be used openly in projects.

Goals 目標

Contributing

You can help us! Details on GitHub.

API

Want to use the data? Great! We expose some JSON hosted on GitHub pages. Try this:

$ curl http://eddie.github.io/wkindex/api/scripts/wk-speed.json
{
  "name": "WaniKani Speed",
  "latestVersion": "1.2",
  "lastUpdate": "2013-12-01",
  "author": "from the nfinite",
  "type": "Android app",
  "supported": "",
  "status": "",
  "platform": {
    "android": ">=2.1"
  },
  "license": "",
  "sourceUrl": "",
  "homepage": "https://play.google.com/store/apps/details?id=com.wanikani.wkspeed",
  "screenshotUrl": "https://lh6.ggpht.com/i3D9WMgaVYIeo4uYXqPzrkJtKEsMFm_BZq_OEGwgfmrZ5XYyG_RXiDJjnlyQdxr3UoY=h900-rw",
  "description": "This (unofficial) app for Android is a supplemental tool to aid  fast recognition of terms and vocabulary. ..."
}

See documentation Schema