Robodash
This is a Ruby gem to easily send pings to Robodash.
gem 'robodash'
Robodash.api_token = # your dashboard API token
# Pinging
Robodash.ping("Some bg job")
# Counting things
Robodash.count("Something to track", 10)
Project
This is a Ruby gem to easily send pings to Robodash.
gem 'robodash'
Robodash.api_token = # your dashboard API token
# Pinging
Robodash.ping("Some bg job")
# Counting things
Robodash.count("Something to track", 10)