{"id":16694545,"url":"https://github.com/foxfriends/idle-rpg","last_synced_at":"2025-04-05T03:42:35.447Z","repository":{"id":44220041,"uuid":"68626827","full_name":"foxfriends/idle-rpg","owner":"foxfriends","description":"Inspired by Candy Box","archived":false,"fork":false,"pushed_at":"2023-03-03T11:36:09.000Z","size":376,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-10T11:49:58.206Z","etag":null,"topics":["game","idle","nodejs","text-based"],"latest_commit_sha":null,"homepage":null,"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/foxfriends.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":"2016-09-19T16:58:42.000Z","updated_at":"2023-04-27T02:09:15.000Z","dependencies_parsed_at":"2024-12-18T09:11:34.656Z","dependency_job_id":"b9e6284f-0d64-4344-b77a-bf4e6364c8b9","html_url":"https://github.com/foxfriends/idle-rpg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfriends%2Fidle-rpg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfriends%2Fidle-rpg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfriends%2Fidle-rpg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfriends%2Fidle-rpg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxfriends","download_url":"https://codeload.github.com/foxfriends/idle-rpg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284914,"owners_count":20913691,"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","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":["game","idle","nodejs","text-based"],"created_at":"2024-10-12T16:46:39.453Z","updated_at":"2025-04-05T03:42:35.431Z","avatar_url":"https://github.com/foxfriends.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[NodeJS]: http://nodejs.org\n# Ball Box (name TBD)\n\n## Setup\n\nBecause this is a JS project, please download [NodeJS][]. Get the most recent\nversion.\n\nTo initialize the project, type `npm install` in the terminal/command prompt. This\nwill download any packages you need.\n\nAfter that, you will also have to manually install a few packages globally with:\n\n```bash\nnpm install --global webpack http-server\n```\n\n## Running the project\n\nTo run the project, open the terminal to this directory and type `npm start`.\nAlso, in a second terminal at this directory run `webpack --watch` to compile\nthe code while you are working. You can then see it in your browser at\n'localhost:8080'.\n\n## Code style\n\nTry to keep the code consistent - basically don't make it ugly. Specifics are here:\n*   use single quotes `'` for strings (except template strings)\n*   indent with 2 spaces\n*   use triple equals `===` and `!==` for equality always\n    *   NO double equals `==` or `!=` because double equals is bad\n*   use `const` for all variables, unless mutation is needed then use `let`\n    *   NO `var` because `var` is bad\n*   start all new files with `'use strict';` on its own line\n*   put all `import`s at the top of the file and `export`s at the bottom\n*   more files is not a bad thing - make modules wherever it makes sense\n*   do the braces like this (not on their own lines):\n\n    ```javascript\n    if (something) {\n      // do it\n    }\n    ```\n\n*   camelCase for variable/function names (including variables defined with `const` at local scope)\n*   Capitalize class names\n*   ALL_CAPS for constants defined at file scope\n*   write some comments where the code is not self-descriptive\n    *   also put a brief description of what a file is for at the top\n    *   if you can't describe it briefly it's probably supposed to be broken up more\n*   Use the linters and follow their suggestions when possible\n    *   Hint: Install jshint and sass-lint packages for Atom\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfriends%2Fidle-rpg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxfriends%2Fidle-rpg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfriends%2Fidle-rpg/lists"}