Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 629 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 629 Bytes

Get-WKKanji

PS command to get kanji info from WaniKani.

Once executed, Get-WKKanji enters an endless loop to continually prompt for user input.
(This behaviour is due to how I intend to use this thing, to quickly look up kanji without having to enter a command all the time)

Pulls the following info:

  • Meaning
    • Mnemonic for meaning
  • Reading (On'yomi)
    • Mnemonic for reading
  • Radical composition
  • WK level

image

Information is gathered by scraping the HTML acquired using Invoke-WebRequest.