Skip to content

Kevin-Kip/dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Dictionary

Contains all the words of the English language. They exist in the form:

[
  {
    "word": "Word",
    "type": "(n.)",
    "description": "Talk; discourse; speech; language."
  },
  {
    "word": "Word",
    "type": "(n.)",
    "description": "Account; tidings; message; communication; information; -- used only in the singular."
  }
]

Credits

This was inspired by Eddy's dictionary db. I felt the need to break it down so that it's not resource intensive when loading.

About

All the words of the English dictionary and their meanings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors