Skip to content

Instantly share code, notes, and snippets.

View HusseinMorsy's full-sized avatar

Hussein Morsy HusseinMorsy

  • morSystem GmbH
  • Düsseldorf, Germany
View GitHub Profile
#!/usr/bin/env ruby
## frozen_string_literal: true
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem "faraday", "~> 2.2"
end
class Converter
def initialize(filename)