We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b91461 commit 9369810Copy full SHA for 9369810
priv/companies/all_aboard.exs
@@ -0,0 +1,22 @@
1
+# Company file for All Aboard
2
+# Created on: 2024-12-05
3
+
4
+%{
5
+ name: "All Aboard",
6
+ website: "https://allaboard.eu/",
7
+ github: "https://github.com/allaboard-dev",
8
+ # reference lib/companies/industries.ex for a list of recommended industries to use here
9
+ industry: "Information Technology",
10
+ location: %{
11
+ city: "Stockholm",
12
+ state: "Stockholm",
13
+ country: "Sweden"
14
+ },
15
+ description: """
16
+ Easy-to-use booking API and platform for European train tickets.
17
18
+ Using Elixir to power backend with integrations to train carriers, order
19
+ and payment handling and more.
20
+ """,
21
+ last_changed_on: ~D[2024-12-05]
22
+}
0 commit comments