Skip to content

Instantly share code, notes, and snippets.

View jcdavison's full-sized avatar
🎯
Focusing

John Davison jcdavison

🎯
Focusing
View GitHub Profile
@jcdavison
jcdavison / food_by_email.rb
Last active August 29, 2015 14:02
Get your daily dose of food...
# email everyone in the group a list of things we might like to read ?
# steps required to accomplish this, ie, pseudocode
# 1. indentify site to visit # once there decide to access specific
# 2. obtain content in html format of that url
# 3. figure out which part of the html to get (nokogiri)
# 4. Extract that data we want -
# 5. formatting the data in a way that we want (emailing the data)
# 6. email the links