Skip to content

Instantly share code, notes, and snippets.

@HopperMCS
Created July 20, 2020 21:29
Show Gist options
  • Save HopperMCS/e3e5670b89513931d284bbcf1ec98436 to your computer and use it in GitHub Desktop.
Save HopperMCS/e3e5670b89513931d284bbcf1ec98436 to your computer and use it in GitHub Desktop.
def self.get_headlines(query)
data = self.search_by_query(query)
data["articles"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment