{"id":26360618,"url":"https://github.com/anchovycation/pingu-api","last_synced_at":"2026-03-07T07:32:54.628Z","repository":{"id":38084484,"uuid":"452633882","full_name":"anchovycation/pingu-api","owner":"anchovycation","description":"The best way to watch YouTube by video chatting with friends.","archived":false,"fork":false,"pushed_at":"2023-02-18T17:20:46.000Z","size":889,"stargazers_count":2,"open_issues_count":7,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-02T12:21:53.463Z","etag":null,"topics":["chat","react","socket-io","video-chat","webrtc","youtube"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anchovycation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-27T10:18:53.000Z","updated_at":"2022-09-12T18:11:38.000Z","dependencies_parsed_at":"2023-01-24T06:15:16.271Z","dependency_job_id":null,"html_url":"https://github.com/anchovycation/pingu-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anchovycation/pingu-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchovycation%2Fpingu-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchovycation%2Fpingu-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchovycation%2Fpingu-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchovycation%2Fpingu-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anchovycation","download_url":"https://codeload.github.com/anchovycation/pingu-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anchovycation%2Fpingu-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30209735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"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":["chat","react","socket-io","video-chat","webrtc","youtube"],"created_at":"2025-03-16T16:53:24.974Z","updated_at":"2026-03-07T07:32:54.610Z","avatar_url":"https://github.com/anchovycation.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n \u003cimg width=\"200\" src=\"https://tr.gravatar.com/userimage/183519138/efb93caed9ebdb11303b62379395458a.png?size=200\"/\u003e\n \u003cbr/\u003e\n Pingu\n\u003c/h1\u003e\n\nThe best way to watch YouTube by video chatting with friends.\n\n\u003e It is **not suitable** for **use** as it is still in the **development** stage.\n\n## Introduce\n+ [Roadmap](#roadmap)\n  +  [Technologies planned to be used](#technologies-planned-to-be-used)\n+ [Folder structure](#folder-structure)\n+ [Usage](#usage)\n+ [Contributing](#contributing)\n+ [Contributors](#contributors)\n+ [License](#license)\n\n## Roadmap\nYou can see what we've done before and what we will work on in the future.\n\n**development**\n- [ ] Chat\n- [ ] Embeded YouTube\n- [ ] Voice and Video chat\n- [ ] Basic test\n- [ ] Dockerize, CI/CD, GitHub Bots, pre-production\n\n**production**\n- [ ] Admin panel\n\n### Technologies planned to be used\nNode.js, TypeScript(optional), Nest.js, Socket.io, Redis, MongoDB, Peer.js\n\n## Folder structure\n```bash\n.\n├── CONTRIBUTING.md # Contributing document\n├── dist # Build folder\n├── LICENSE\n├── nodemon.json\n├── package.json\n├── package-lock.json\n├── README.md\n├── sample.env \n└── src\n    ├── Constants\n    │   ├── index.js\n    │   └── SocketEvents.js\n    ├── Events # socket events handlers, \u003cjob-category\u003e/index.js\n    │   ├── index.js \n    │   └── System\n    │       └── index.js\n    ├── server.js \n    └── Socket.js \n\n```\n## Usage\n## Install\n```bash\ngit clone https://github.com/anchovycation/pingu-api.git\ncd pingu-api\n```\n\n## Setup\nInstall dependencies\n```bash\nnpm install\n```\n\n## Set environment variables\nCopy [sample.env](./sample.env) file then changes values.\n```bash\ncp sample.env .env\n```\n\n## Start\n### Production\n```bash\nnpm start\n```\n### Develpoment\nDevelop using hotreload\n\n```bash\nnpm run start:dev\n```\n## Lint\n```bash\nnpm run lint\n```\n**Fix lint errors**:\n```bash\nnpm run lint:fix\n```\n## Build Code\n```bash\nnpm run build\n```\n## Contributing\nIf you want to contribute to the project, please first **check** if the work you are doing is already an **issue**. If there is an issue and there is someone assigned to the issue, **contact that person**. If there is no issue, you can send your development to the project managers by opening a **pull request**. Please read [CONTRIBUTING.md](./CONTRIBUTING.md)\n\n## Contributors\n\u003ca href = \"https://github.com/anchovycation/pingu-api/graphs/contributors\"\u003e\n  \u003cimg src = \"https://contrib.rocks/image?repo=anchovycation/pingu-api\"/\u003e\n\u003c/a\u003e\n\n## License\n[GNU GENERAL PUBLIC LICENSE Version 3](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanchovycation%2Fpingu-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanchovycation%2Fpingu-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanchovycation%2Fpingu-api/lists"}