Skip to content

Commit

Permalink
Adds Duffel (#700)
Browse files Browse the repository at this point in the history
Adds a description for Duffel, an Elixir based API-first platform for managing travel bookings.
  • Loading branch information
sgerrand authored Sep 26, 2024
1 parent 9445d9f commit 302bfd8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions priv/companies/duffel.exs
Original file line number Diff line number Diff line change
@@ -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.
"""
}

0 comments on commit 302bfd8

Please sign in to comment.