A tiny project that makes use of various dictionary APIs (currently there are providers for Wiktionary and local data). I created this in order to learn more about Test Driven Development and Domain Driven Desogn.
- Add a controller to make requests via a web API
- Update the Wiktionary provider to fetch example images and pronunciations
Clone the project
git clone https://github.com/imdeaconu/dictionary-parserGo to the project directory
cd dictionary-parserInstall dependencies
npm installRun the Wiktionary Provider example
npm run start-wiktionaryRun the InMemory example
npm run start-in-memory