-
think of the interface, what will it look like how will i use it interface that looks at a few twitter streams for ruby jobs returns latest 10 listings from the 3 or 4 feeds realated to ruby jobs
#selection get newest listings returns newest listings
-
uses location to input by zip/city (have several) to to get those listings closest to users location or the zip/city entered found geocoder
-
black-ball allows user to mark listings so that they wont see listings of the same company
class TwitterChecker
scrapes for listings@ https://twitter.com/rorjobs
end
class ListManager
end
class NewListings
end
class MapChecker end
posts = [ {title: title, description: description, location: location, time: time, company: company} {title: title, escription: description, lcation: location, time: tme, company: compny} ]