New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

japanese-wotd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

japanese-wotd

Well, a different Japanese word everyday.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-77.78%
Maintainers
1
Weekly downloads
 
Created
Source

JP Word Of The Day

Well, a different Japanese word everyday.

Installation

npm install japanese-wotd

Usage

const jwtd = require("japanese-wotd");

async function start() {
  const wtd = await jwtd.getJapaneseWordOfTheDay();
  console.info(wtd);
}

start();

You'll get something similar to this:

{
   "word": "氷",
   "kana": "こおり",
   "romaji": "kōri",
   "english": "ice",
   "audio": "https://d1pra95f92lrn3.cloudfront.net/audio/898.mp3",
   "wotd_class": "noun",
   "date": "Jul 10, 2021",
   "example": {
      "ex":"子供達が氷の上でアイススケートをしている。",
      "ex_kana": "こどもたちがこおりのうえでアイススケートをしている。",
      "ex_romaji":"Kodomo-tachi ga kōri no ue de aisu sukēto o shite iru.",
      "ex_english": "The children are ice skating on the ice.",
      "ex_audio": "https://d1pra95f92lrn3.cloudfront.net/audio/907.mp3"
   }
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Keywords

FAQs

Package last updated on 10 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc