Internal system integrations in Ruby. Check out the parent README for more context.
Install Ruby via homebrew (if not using Codespaces)
brew install ruby
Ensure Bundler 2 is installed
[sudo] gem install bundler
Install dependencies
bundler install
ruby server.rb
Go to localhost:4567
You can test against this example live by adding it to your Data Map and using ngrok to map your localhost to a live domain.
ngrok http -hostname=test-ruby.ngrok.io 4567
You can run the following command:
ruby cron.rb
Or you can just fork the repl located in this page.