Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: remote.com #727

Merged
merged 1 commit into from
Nov 14, 2024
Merged
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
20 changes: 20 additions & 0 deletions priv/companies/remote.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Company file for remote
# Created on: 2024-11-14

%{
name: "Remote",
website: "https://remote.com/",
github: "https://github.com/remoteoss",
industry: "Information Technology",
location: %{
city: "San Francisco",
state: "California",
country: "United States of America"
},
description: """
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.

Their backend is built with Elixir and Phoenix.
""",
last_changed_on: ~D[2024-11-14]
}
Loading