Skip to content
/ dict Public

Look up word definition with Merriam Webster's Developer API

Notifications You must be signed in to change notification settings

NdYAG/dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dict

AnkiMobile now supports adding note through URL scheme, which makes it possible to add words to Anki with the help of Workflow iOS with much ease.

Basically the flow runs in this way:

Select a word while you are reading on iOS device -> Share -> Run Workflow -> Get word pronunciation and definition using this API -> Save to Anki

You can get this workflow here, then deploy your own dictionary service and alter the Anki x-callback scheme based on your own profile/deck/field.

Behind dict is mw-dict, which serializes word definition into a developer-friendly and readable json format from Merriam Webster's Developer API.

start

yarn
cp config.sample.js config.js # insert your API key from dictionaryapi.com
node index.js --port=3001

About

Look up word definition with Merriam Webster's Developer API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published