Skip to content

Commit a6516bb

Browse files
authored
Add Felt (#734)
1 parent 9369810 commit a6516bb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: priv/companies/felt.exs

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
%{
2+
name: "Felt",
3+
website: "https://felt.com",
4+
github: "https://github.com/felt",
5+
industry: "Information Technology",
6+
location: %{
7+
city: "Oakland",
8+
state: "CA",
9+
country: "USA"
10+
},
11+
description: """
12+
A cloud-native geographic information system (GIS) platform for building maps, apps, and dashboards.
13+
14+
Powered by Elixir and Phoenix.
15+
""",
16+
last_changed_on: ~D[2024-12-09]
17+
}

0 commit comments

Comments
 (0)