blimpy icon indicating copy to clipboard operation
blimpy copied to clipboard

A livery URL should fetch the data and bootstrap it

Open rtyler opened this issue 13 years ago • 3 comments

rtyler avatar May 19 '12 21:05 rtyler

Starting work on this now.

(This message brought to you by Hub board)

rtyler avatar May 19 '12 21:05 rtyler

I think the direction that I will go with this is have a separate option for "URL-based" liveries, e.g.


Blimpy.fleet do |f|
  f.add(:aws) do |ship|
    ship.name = 'demo'
    #ship.livery = Blimpy::Livery::CWD
    ship.livery_url = 'https://github.com/some/url'
  end
end

Still not sure what will be at the end of the #livery_url but it will need to be some form of executable code I think.

rtyler avatar Aug 23 '12 03:08 rtyler

Putting this issue back on the back-burner.

(This message brought to you by Hub board)

rtyler avatar Aug 23 '12 03:08 rtyler