Skip to content

Commit

Permalink
Add Denim company (#713)
Browse files Browse the repository at this point in the history
* Add Denim Company Information

* update description

* Update city
  • Loading branch information
ksherman authored Oct 29, 2024
1 parent 98c7a75 commit c5e733a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions priv/companies/denim.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Company file for Denim
# Created on: 2024-10-28

%{
name: "Denim",
website: "https://www.denim.com",
github: "https://github.com/axlepayments",
# reference lib/companies/industries.ex for a list of recommended industries to use here
industry: "Financials",
location: %{
city: "New York",
state: "NY",
country: "USA"
},
description: """
Denim is reimagining traditional freight factoring. Our platform enables clients to manage their financing options, monetize working capital, and automate your back-office operations. Fully remote team, entire backend is Elixir/Phoenix, lots of OTP and Commanded/CQRS patterns.
""",
last_changed_on: ~D[2024-10-28]
}

0 comments on commit c5e733a

Please sign in to comment.