{"id":15069855,"url":"https://github.com/jooy2/nodesand","last_synced_at":"2025-04-10T16:53:26.920Z","repository":{"id":63709098,"uuid":"360014147","full_name":"jooy2/nodesand","owner":"jooy2","description":"🧪 Quick NodeJS Sandbox provides a template to run or test simple Node.js scripts.","archived":false,"fork":false,"pushed_at":"2024-12-17T00:02:13.000Z","size":953,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T14:45:54.373Z","etag":null,"topics":["experiment","javascript","nodejs","sandbox","test","testing","testing-tools"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/create-nodesand","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/jooy2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"jooy2","custom":["https://cdget.com/donate"]}},"created_at":"2021-04-21T02:53:31.000Z","updated_at":"2024-12-17T00:02:16.000Z","dependencies_parsed_at":"2023-12-07T02:20:40.112Z","dependency_job_id":"0991a097-c6ce-48fb-9e42-6a4916767a78","html_url":"https://github.com/jooy2/nodesand","commit_stats":{"total_commits":55,"total_committers":3,"mean_commits":"18.333333333333332","dds":"0.19999999999999996","last_synced_commit":"4de03b16bab12162aaaf0facfb1a015fd7206c9c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooy2%2Fnodesand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooy2%2Fnodesand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooy2%2Fnodesand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooy2%2Fnodesand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jooy2","download_url":"https://codeload.github.com/jooy2/nodesand/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248256810,"owners_count":21073594,"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":["experiment","javascript","nodejs","sandbox","test","testing","testing-tools"],"created_at":"2024-09-25T01:45:10.825Z","updated_at":"2025-04-10T16:53:26.892Z","avatar_url":"https://github.com/jooy2.png","language":"JavaScript","funding_links":["https://github.com/sponsors/jooy2","https://cdget.com/donate"],"categories":[],"sub_categories":[],"readme":"# 🔭 NodeSand\n\nQuick Node.js Sandbox provides a template to run or test simple Node.js scripts. (Require Node 18 or higher)\n\n```shell\nTue Jan 31 2023 09:03:30 GMT+0900 (Korean Standard Time)\n==================================================\n⠋ Main function is running...\nHello, World!\n✔ Done!\n==================================================\n50.02708297967911 ms\n```\n\n## Features\n\n- Serve static html file\n- ESLint (airbnb-base) support\n- Observation mode\n- Execution time report\n\n## Installation\n\n```shell\n$ npm init nodesand\n```\n\n## Usage\n\nBefore you begin, you need to install the dependent packages.\n\n```shell\n$ npm i\n```\n\n### Run node script\n\nSource files of node scripts (dev, once, watch) are located in `src/node/index.js`. When all the actions are done, we call `next()` to end execution.\n\nRun the script once with the following command:\n\n```shell\n$ npm run once\nor\n$ npm run dev\n```\n\nRun whenever the script file changes with the following command:\n\n```shell\n$ npm run watch\n```\n\n### Static html serve\n\nChanges in html files as well as node scripts can be displayed immediately in a web browser.\n\nSource files of html files are located in `src/www/index.html`.\n\nTo serve a static html file, run the following command:\n\n```shell\n$ npm run serve\nor\n$ npm run www\n```\n\nNow you can try opening the html file with `http://localhost:3000`. Any changes will be updated immediately. (requires refresh)\n\n## Contributing\n\nAnyone can contribute to the project by reporting new issues or submitting a pull request. For more information, please see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nPlease see the [LICENSE](LICENSE) file for more information about project owners, usage rights, and more.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjooy2%2Fnodesand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjooy2%2Fnodesand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjooy2%2Fnodesand/lists"}