diff --git a/priv/companies/felt.exs b/priv/companies/felt.exs new file mode 100644 index 00000000..d6f45f53 --- /dev/null +++ b/priv/companies/felt.exs @@ -0,0 +1,17 @@ +%{ + name: "Felt", + website: "https://felt.com", + github: "https://github.com/felt", + industry: "Information Technology", + location: %{ + city: "Oakland", + state: "CA", + country: "USA" + }, + description: """ + A cloud-native geographic information system (GIS) platform for building maps, apps, and dashboards. + + Powered by Elixir and Phoenix. + """, + last_changed_on: ~D[2024-12-09] +}