Sha256: c6837f1c3b5e2eda3cbbbd36dcda4b83aafd19cfd9ab4969de458615e4886fec

Contents?: true

Size: 387 Bytes

Versions: 2

Compression:

Stored size: 387 Bytes

Contents

require "howami/version"
require "howami/configuration"
require "howami/credentials"
require "howami/authentication"
require "howami/fitbit"

module Howami
  def self.cli_run!(fit_obj)
    puts "Current weight: #{fit_obj.weight_str} (#{fit_obj.fat_str} body fat)"
    puts "Activity level: #{fit_obj.steps_str} thus far today"
    puts "Sleep last night: #{fit_obj.sleep_str}"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
howami-0.0.2 lib/howami.rb
howami-0.0.1 lib/howami.rb