diff --git a/priv/companies/duffel.exs b/priv/companies/duffel.exs new file mode 100644 index 00000000..857d1e85 --- /dev/null +++ b/priv/companies/duffel.exs @@ -0,0 +1,15 @@ +%{ + industry: "Leisure/Travel", + website: "https://duffel.com/", + github: "https://github.com/duffelhq/", + location: %{ + city: "London", + state: "", + country: "United Kingdom" + }, + name: "Duffel", + last_changed_on: ~D[2024-09-23], + description: """ + Duffel is the complete toolkit to sell travel. Any business - from travel startups to financial enterprises - can build with Duffel. Shop flights and accommodation, purchase extras, manage bookings and more. + """ +}