Skip to content

Commit

Permalink
Add All Aboard (#732)
Browse files Browse the repository at this point in the history
* Add All Aboard

* Fix industry

Co-authored-by: Sean Callan <[email protected]>

---------

Co-authored-by: Sean Callan <[email protected]>
  • Loading branch information
PatrikStenmark and doomspork authored Dec 6, 2024
1 parent 5b91461 commit 9369810
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions priv/companies/all_aboard.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Company file for All Aboard
# Created on: 2024-12-05

%{
name: "All Aboard",
website: "https://allaboard.eu/",
github: "https://github.com/allaboard-dev",
# reference lib/companies/industries.ex for a list of recommended industries to use here
industry: "Information Technology",
location: %{
city: "Stockholm",
state: "Stockholm",
country: "Sweden"
},
description: """
Easy-to-use booking API and platform for European train tickets.
Using Elixir to power backend with integrations to train carriers, order
and payment handling and more.
""",
last_changed_on: ~D[2024-12-05]
}

0 comments on commit 9369810

Please sign in to comment.