You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To jump into interactive ruby session and access endpoints:
$ irb
> require 'som_timer'
# get one timer
> SomTimer.one_timer("timers/1")
# get a random exercise
> SomTimer.rand_exercise(<duration>, <category>)
# get all exercises
> SomTimer.exercises
# update timer
> SomTimer.update_timer(<work_interval>, <rest_interval>, <sound>)
Feature Categories:
Describe the feature/Bug your gonna work on
Usage
Pull down and run:
Remember to update/build gem run:
To jump into interactive ruby session and access endpoints:
Helpful Documentation
Additional context
Add any other context or screenshots about the feature.
The text was updated successfully, but these errors were encountered: