#cmdDict
##Introduction
Work with Yale(@andybaoxv) on a command line dictionary by fetching from online dictionaries such as Merriam Webster. We just wanna hack for fun and get hands on experience. Start from a simple mini but useful project like this.
##Features
- Type a word OR phrase(words separated by space) you wanna look up in the command line, the explanation will show up
- Fuzzy search. If you type a wrong spelling or not sure how the spelling is, suggestions will be given at best
- A web interface for practising using python in web framework
- TODO