Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions priv/companies/tag-ip.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Company file for Tag-IP
# Created on: 2025-09-22

%{
name: "Tag-IP",
website: "https://tag-ip.com/",
github: "https://github.com/tagip",
# reference lib/companies/industries.ex for a list of recommended industries to use here
industry: "Information Technology",
location: %{
city: "Antananarivo",
state: "Analamanga",
country: "Madagascar"
},
description: """
Specializing in IoT and fleet management, we provide a cutting-edge platform called "Track." By building our system on the Elixir programming language, we ensure superior performance and reliability. This technology allows us to seamlessly handle high volumes of real-time data, providing a resilient and scalable solution that helps businesses optimize their operations.
""",
last_changed_on: ~D[2025-09-22]
}