Skip to content

Commit 274948b

Browse files
authored
feat: Add Whatnot (#754)
* Add Whatnot * fix industry * Change wording
1 parent a319a65 commit 274948b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: priv/companies/whatnot.exs

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Company file for whatnot
2+
# Created on: 2025-03-26
3+
4+
%{
5+
name: "Whatnot",
6+
website: "https://whatnot.com/",
7+
github: "https://github.com/whatnot-Inc",
8+
# reference lib/companies/industries.ex for a list of recommended industries to use here
9+
industry: "Information Technology",
10+
location: %{
11+
city: "",
12+
state: "",
13+
country: "Remote (USA/EU)"
14+
},
15+
description: """
16+
Whatnot is the largest livestream shopping platform in North America and Europe to buy, sell, and discover the things you love. Elixir powers our live streams and chat.
17+
""",
18+
last_changed_on: ~D[2025-03-26]
19+
}

0 commit comments

Comments
 (0)