37 ms·
You can redirect the output of the script to a json file, so in this case something like: $ ruby scraper.rb > showings.json
by hecticjeff 12y ago
You can redirect the output of the script to a json file, so in this case something like:
$ ruby scraper.rb > showings.json
- richardpetersen 12y agoPerfect, thank you