#WineFinder
A Rails app that streams tweets hashtagged with #wine or #vino onto a Leaflet.js map and is searchable with Angular.js.
##Product Objectives
- capture a stream of tweets from Twitter
- save tweets
- display tweets on a map
- use Angular-powered search to find specific tweets
##Learning Objectives
- Use Twitter Streaming API to collect all the tweets by hashtag
- Use Angular.js to create dynamic, instant search in the front end