This app searches Flickr and Youtube for content based an a search term entered by a user. It is intended as a demo of techniques for building client-side apps. It uses a variety of technologies, including:
- Node for the server
- Twitter Bootstrap for the UI
- Ember
- Install node. You can follow the instructions here, or use
Homebrew on a Mac:
brew install node. - Run
npm installfrom the root directory of this project to load the dependencies. - Copy
server/config.js.exampletoserver/config.jsand update with your API key(s) if you'd like. Currently, only the Youtube search will work without a key. - To run the development server:
node bin/dev - Visit the app in your browser.