{"id":13515693,"url":"https://github.com/rafaelcamargo/4dayweek","last_synced_at":"2026-03-11T20:34:34.337Z","repository":{"id":63435348,"uuid":"561829231","full_name":"rafaelcamargo/4dayweek","owner":"rafaelcamargo","description":"A collaborative list of companies friendly to the 4-day workweek.","archived":false,"fork":false,"pushed_at":"2024-06-18T01:35:12.000Z","size":586,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T16:39:59.711Z","etag":null,"topics":["company","four-day-week","list"],"latest_commit_sha":null,"homepage":"https://4dayweek.rafaelcamargo.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafaelcamargo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-04T15:28:19.000Z","updated_at":"2025-03-31T20:50:30.000Z","dependencies_parsed_at":"2024-01-06T09:53:26.720Z","dependency_job_id":"2088e22f-8d39-4d13-a426-d4ed46af7d45","html_url":"https://github.com/rafaelcamargo/4dayweek","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafaelcamargo/4dayweek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcamargo%2F4dayweek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcamargo%2F4dayweek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcamargo%2F4dayweek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcamargo%2F4dayweek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelcamargo","download_url":"https://codeload.github.com/rafaelcamargo/4dayweek/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelcamargo%2F4dayweek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30399445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["company","four-day-week","list"],"created_at":"2024-08-01T05:01:14.907Z","updated_at":"2026-03-11T20:34:34.316Z","avatar_url":"https://github.com/rafaelcamargo.png","language":"JavaScript","funding_links":[],"categories":["Non-technical"],"sub_categories":[],"readme":"# 4 day week\n\u003e A list of companies friendly to 4 day workweek\n\n[![CircleCI](https://dl.circleci.com/status-badge/img/gh/rafaelcamargo/4dayweek/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/rafaelcamargo/4dayweek/tree/main)\n[![Coverage Status](https://coveralls.io/repos/github/rafaelcamargo/4dayweek/badge.svg?branch=main)](https://coveralls.io/github/rafaelcamargo/4dayweek?branch=main)\n\n## Contributing\n\n1. Install [Node](https://nodejs.org/en/). Download the \"Recommend for Most Users\" version.\n\n2. Clone the repo:\n``` bash\ngit clone git@github.com:rafaelcamargo/4dayweek.git\n```\n\n3. Go to the project directory\n``` bash\ncd 4dayweek\n```\n\n4. Install the project dependencies\n``` bash\nnpm install\n```\n\n5. Create a `\u003ccompany-name\u003e.json` in `src/companies/data` containing the following data:\n``` javascript\n{\n  \"name\": String,\n  // [Required] Company's name.\n  \"adoption\": String,\n  // [Required] \"Full\" or \"Partial\".\n  // Full: Company adopts 4-day week for everyone during the whole year.\n  // Partial: Company adopts 4-day week with restrictions (e.g. During summer only).\n  \"website\": String,\n  // [Required] Company's website.\n  \"careers_page\": String,\n  // [Required] Company's careers page.\n  \"description\": String,\n  // [Required] Brief description on how company applies 4-day week.\n  \"origin\": String,\n  // [Optional] City/Country where company has been founded (e.g. Chicago, USA).\n  \"created_on\": String,\n  // [Required] Date you you are creating the file.\n  \"updated_on\": String\n  // [Optional] Date you are updating the file.\n}\n```\n\n6. Check your changes running the command below and accessing `http://localhost:9000`:\n``` bash\nnpm run start\n```\n\n## Tests\n\n1. In case you have changed any website behavior, ensure that all changes are covered with automated tests:\n``` bash\nnpm run test\n```\n\n2. You can optionally generate a coverage report while running tests:\n``` bash\nnpm run test -- --coverage\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelcamargo%2F4dayweek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelcamargo%2F4dayweek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelcamargo%2F4dayweek/lists"}