A Ruby library for sending yo's from Yo.
gem install hey
First get an API token.
Then:
Hey.api_token='3858f62230ac3c915f300c664312c63f'Hey::Yo.all# or yo a specific user...Hey::Yo.user"WORLDCUP"# or set api_token on a Yo instance:yo=Hey::Yo.new(api_token: '3858f62230ac3c915f300c664312c63f')yo.allyo.user"WORLDCUP"That's it!
