Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 907 Bytes

File metadata and controls

37 lines (23 loc) · 907 Bytes
  1. 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

  2. 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

  3. black-ball allows user to mark listings so that they wont see listings of the same company

class TwitterChecker

("div.js-tweet-text-container p")

scrapes for listings@ https://twitter.com/rorjobs

end

class ListManager

saves all

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} ]