{"id":24975663,"url":"https://github.com/shba007/unwork-scout","last_synced_at":"2025-09-13T07:16:25.123Z","repository":{"id":267068510,"uuid":"899154304","full_name":"shba007/unwork-scout","owner":"shba007","description":"Job Scouting Service","archived":false,"fork":false,"pushed_at":"2025-06-18T14:20:26.000Z","size":602,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T16:48:27.069Z","etag":null,"topics":["nitrojs","scout","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shba007.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-12-05T18:09:43.000Z","updated_at":"2025-06-18T14:18:33.000Z","dependencies_parsed_at":"2024-12-22T12:25:56.401Z","dependency_job_id":"df1eb797-10df-4678-91b9-2b8084c24355","html_url":"https://github.com/shba007/unwork-scout","commit_stats":null,"previous_names":["shba007/api-unwork","shba007/unwork-api","shba007/unwork-scout"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/shba007/unwork-scout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shba007%2Funwork-scout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shba007%2Funwork-scout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shba007%2Funwork-scout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shba007%2Funwork-scout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shba007","download_url":"https://codeload.github.com/shba007/unwork-scout/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shba007%2Funwork-scout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274932226,"owners_count":25376113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["nitrojs","scout","typescript"],"created_at":"2025-02-03T21:44:42.666Z","updated_at":"2025-09-13T07:16:25.095Z","avatar_url":"https://github.com/shba007.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./public/logo.png\" lt=\"Logo\" width=\"80\" /\u003e\n\u003cp\u003e\n\n# UnWork Scout\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://uptime.betterstack.com/?utm_source=status_badge\"\u003e\n    \u003cimg src=\"https://uptime.betterstack.com/status-badges/v3/monitor/10kju.svg\" alt=\"uptime status\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Global REST API Job Scouting Service\n\n- 🐋 Containerized\n- 🪄 CI/CD (Github Action)\n- ⚡️ API Route Caching\n- 📐 Analytics\n\n## Scouts\n\n| Source Name            | Status     |\n| ---------------------- | ---------- |\n| Remotive               | Integrated |\n| WWR (We Work Remotely) | Pending    |\n| Naukri                 | Integrated |\n| LinkedIn               | Pending    |\n| Indeed                 | Pending    |\n| Glassdoor              | Pending    |\n| AngelList              | Pending    |\n| Monster                | Pending    |\n| SimplyHired            | Pending    |\n| Hired                  | Pending    |\n| ZipRecruiter           | Pending    |\n| Stack Overflow Jobs    | Pending    |\n| FlexJobs               | Pending    |\n| Toptal                 | Pending    |\n| PeoplePerHour          | Pending    |\n| Remote.co              | Pending    |\n| Guru                   | Pending    |\n| Upwork                 | Pending    |\n| Freelancer.com         | Pending    |\n| Workana                | Pending    |\n\n## How to Deploy\n\n1. Initialize Swarm on the Manager Node\n\n```bash\ndocker swarm init --advertise-addr \u003cMANAGER-IP\u003e\n```\n\n2. Join Worker Nodes to the Swarm\n\n```bash\ndocker swarm join --token \u003cWORKER-TOKEN\u003e \u003cMANAGER-IP\u003e:2377\n```\n\n3. Check Node Status\n\n```bash\ndocker node ls\n```\n\n4. Create a docker volume\n\n```bash\ndocker volume create \\\n  --name unwork-scout_data \\\n  --driver local \\\n  --opt type=none \\\n  --opt device=~/Algostract/unwork-scout/.data \\\n  --opt o=bind\n```\n\n5. Use Docker Stack to deploy multi-container application\n\n```bash\ndocker stack deploy --compose-file docker-compose.prod.yml unwork-scout\n```\n\n6. Scale service\n\n```bash\ndocker service scale unwork-scout_app=2\n```\n\n7. Verify\n\n```bash\ndocker service ls\ndocker service ps unwork-scout_app\n```\n\n## License\n\nPublished under the [MIT](https://github.com/shba007/unwork-scout/blob/main/LICENSE) license.\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/shba007/unwork-scout/graphs/contributors\"\u003e\n\u003cimg src=\"https://contrib.rocks/image?repo=shba007/unwork-scout\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshba007%2Funwork-scout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshba007%2Funwork-scout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshba007%2Funwork-scout/lists"}