When you search for a word, it displays the images for that word and related words. The application is supposed to show related images, so that will be on the next revision.
- AngularJS
- NodeJS
- ExpressJS
- Bootstrap
- X2JS - Flickr API outputs XML, and AngularJS is very JSON-centric, so I decided to convert the XML to JSON using this library. The XML data has proper headers, so no customization was needed.
- Wordnik API
- Flickr API
In your terminal:
$ npm start
Go to localhost:3000 and start playing around.
- Unit Testing
- Related Images (replaced for related words)