{"id":14989776,"url":"https://github.com/felipegtx/cozy","last_synced_at":"2026-02-23T13:33:59.206Z","repository":{"id":43008140,"uuid":"128037204","full_name":"felipegtx/cozy","owner":"felipegtx","description":":crystal_ball: Code playground (ThreeJs, TypeScript, Docker, Moca, Swagger, etc..)","archived":false,"fork":false,"pushed_at":"2025-12-16T07:15:23.000Z","size":790,"stargazers_count":2,"open_issues_count":21,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-19T19:15:19.799Z","etag":null,"topics":["chaijs","docker","google-firebase","nodejs","sinonjs","swagger","swagger-codegen","swagger-ui","threejs","typescript","vscode"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/felipegtx.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-04-04T09:08:54.000Z","updated_at":"2024-08-30T21:41:05.000Z","dependencies_parsed_at":"2024-09-24T15:58:57.289Z","dependency_job_id":"50866e09-69ee-430c-9aca-18d3015c4675","html_url":"https://github.com/felipegtx/cozy","commit_stats":{"total_commits":62,"total_committers":2,"mean_commits":31.0,"dds":"0.17741935483870963","last_synced_commit":"cc3fda8884f44629d6f8261b5f3b2231b5450cad"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felipegtx/cozy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipegtx%2Fcozy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipegtx%2Fcozy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipegtx%2Fcozy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipegtx%2Fcozy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipegtx","download_url":"https://codeload.github.com/felipegtx/cozy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipegtx%2Fcozy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29743854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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":["chaijs","docker","google-firebase","nodejs","sinonjs","swagger","swagger-codegen","swagger-ui","threejs","typescript","vscode"],"created_at":"2024-09-24T14:18:53.857Z","updated_at":"2026-02-23T13:33:59.183Z","avatar_url":"https://github.com/felipegtx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cozy \n\nFeeling Cozy already?\n\n![cozy](https://user-images.githubusercontent.com/1022404/42698804-597d5e7e-8695-11e8-838c-4677013becfa.gif)\n\n## First things first\n- `npm install`\n\n## Running this project\nYou basically have two options.\n\n### 1. Compile and start by hand\n - `tsc -p tsconfig.json`\n - `node src\\index.js`\n\n### 2. Compile and start using VSCode\n - Hit F5 using the \"Launch Program\" profile.\n\n## Runing the tests\nNot that we have that many, but you also have two options\n\n### 1. Run tests by hand\n - If this is your very first time here, you'll need to run a quick: `tsc -p tsconfig.json`\n - `mocha ./src/tests/getDesignByUserIdTests.js`\n\n### 2. Use VSCode to run the tests\n - Open the test file and hit F5 using the \"Mocha Current File\" profile.\n\n## Docker\n - Get your `awsKey` and `awsSecret` from the `~/.aws/credentials` file and use it to build the docker Image: `docker build --build-arg awsKey=yourkey --build-arg awsSecret=yourSecret -t cozyo .`\n - Start the docker container: `docker run --name cozy -p 8081:8080 cozyo`\n\n## Default login information\nTo authenticate in the app you can use the following credentials or create a new one:\n - Email: `cozy@awesomeapp.com`\n - Password: `cozyLife`\n\n## What can I do with this?\nYou could either...\n - View the test data at:\n    - http://localhost:8080/design/1234?budget=anything\u0026room_type=anything\u0026limit=10\u0026q_api_key=12345\n - Visit the awesome room at: \n    - http://localhost:8080/\n - Play with the number of items rendered/returned using the `limit` parameter in the URL:\n    - http://localhost:8080/?limit=2\n    - http://localhost:8080/design/1234?budget=anything\u0026room_type=anything\u0026limit=2\u0026q_api_key=12345\n\nPS: Remember to change the port to `8081` when running from Docker.\n\n## API Reference\n - [Swagger](https://app.swaggerhub.com/apis/felipegtx9/procedural-design/0.0.2)\n\n## Extra info\n[![Build Status](https://travis-ci.org/felipegtx/cozy.svg?branch=master)](https://travis-ci.org/felipegtx/cozy) [![Known Vulnerabilities](https://snyk.io/test/github/felipegtx/cozy/badge.svg)](https://snyk.io/test/github/felipegtx/cozy) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipegtx%2Fcozy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipegtx%2Fcozy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipegtx%2Fcozy/lists"}