Skip to content

Instantly share code, notes, and snippets.

@yamano
Created April 7, 2016 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamano/6b05f2b75dce972fa4c375581cba5c52 to your computer and use it in GitHub Desktop.
Save yamano/6b05f2b75dce972fa4c375581cba5c52 to your computer and use it in GitHub Desktop.
require 'jawbone'
require 'awesome_print'
OAUTH_TOKEN = ENV["JAWBONE_TOKEN"]
client = Jawbone::Client.new OAUTH_TOKEN
p client.user
sleep 1
ap client.create_mood(title: "test", sub_type: 8 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment