Skip to content

suhanacharya/woday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's a simple API to retrieve word of the day(woday) from several sources.

Sample response:

[
	{
		"source": "OED",
		"link": "https://www.oed.com/view/Entry/22954",
		"word": "breast beam",
		"definition": "1. Weaving. The horizontal wooden beam at the front of a loom, around which the woven cloth passes as it is wound on the cloth beam."
	},
	{
		"source": "MW",
		"link": "https://www.merriam-webster.com/dictionary/bumptious",
		"word": "bumptious",
		"definition": [
			": presumptuously, obtusely, and often noisily self-assertive : obtrusive"
		]
	},
	{
		"source": "Dictionary.com",
		"link": "https://www.dictionary.com/e/word-of-the-day/",
		"word": "schwa",
		"definition": "the mid-central, neutral vowel sound typically occurring in unstressed syllables in English, however spelled, as the sound of a in alone and sofa, e in system, i in easily, o in gallop, u in circus."
	}
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages