Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 201 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 201 Bytes

Toggl API test project

To install dependencies run:

bundle

To run it:

TOGGL_API_TOKEN=abcdef123456 bundle exec ruby app.rb

Or put your api token to .env file and:

bundle exec ruby app.rb