Skip to main content
#in bash terminal
gem install bundler
bundle install faraday

#at top of file
require 'faraday'
require 'json'