hourly-vocabulary
v1.0.6-y
Published
A npm package that sends out word vocab on start. if you leave your app open, it will send another word after 1 hours on start
Downloads
3
Maintainers
Readme
hourly-vocabulary
This is a package where we sent out a vocab every hour upon start. When you run your code, the system will either log the error or the word! After 1 hour, another one will be sent!
We are currently adding word into it, so there will be a lot of updates!
codes
Hourly Vocabulary
const client = require("hourly-vocabulary")
client.on()//will sent a word on run and every hour.
search up vocabulary
const client = require("hourly-vocabulary")
client.search("word")//will log the word in JSON string
Bug Report
We are not perfect. Everyone is not perfect. Help us by reporting incorrect words or error using this form