Skip to content

Commit eee6e7c

Browse files
authored
add: remote.com (#727)
1 parent 525b239 commit eee6e7c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: priv/companies/remote.exs

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Company file for remote
2+
# Created on: 2024-11-14
3+
4+
%{
5+
name: "Remote",
6+
website: "https://remote.com/",
7+
github: "https://github.com/remoteoss",
8+
industry: "Information Technology",
9+
location: %{
10+
city: "San Francisco",
11+
state: "California",
12+
country: "United States of America"
13+
},
14+
description: """
15+
Remote is a Global HR Platform that helps companies hire, manage, and pay their entire team — and more effectively compete in the modern global economy through our comprehensive set of core solutions including, HRIS, payroll, international employment, contractor management, and more.
16+
17+
Their backend is built with Elixir and Phoenix.
18+
""",
19+
last_changed_on: ~D[2024-11-14]
20+
}

0 commit comments

Comments
 (0)