Artifically expanding your vocabulary. A web based thesaurus using the Big Huge Thesaurus API (https://words.bighugelabs.com/).
Displays:
- Synonyms
- Similar words
- Related words
- Antonyms
Responsive design for mobile interfaces.
============
Demo available here: http://synonymouse.netlify.com
============ Notes
- Enter API key on line 4 of the getResponse.php file.
- Enter the location of getResponse.php file on line 101 of app.js. My site is hosted on a static hosting provider and requires an external PHP enabled server to run this file and return a response. If you are running a PHP enabled web server that is hosting getResponse.php, simply enter "http://yourwebsitename.com/getResponse.php/?word="
============
Tools / Software
Sublime Text 3 (http://www.sublimetext.com/) for code editing
XAMPP (https://www.apachefriends.org/index.html) as local web server for testing
============