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
Information is gathered by scraping the HTML acquired using Invoke-WebRequest
.