{"id":18948556,"url":"https://github.com/bahdcoder/pling-plong","last_synced_at":"2026-07-09T02:31:04.341Z","repository":{"id":100514118,"uuid":"108015494","full_name":"bahdcoder/pling-plong","owner":"bahdcoder","description":null,"archived":false,"fork":false,"pushed_at":"2017-10-24T09:39:44.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"pling-plong","last_synced_at":"2025-10-25T17:49:22.164Z","etag":null,"topics":[],"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/bahdcoder.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":"2017-10-23T17:28:45.000Z","updated_at":"2017-10-23T17:37:11.000Z","dependencies_parsed_at":"2023-05-15T15:15:39.067Z","dependency_job_id":null,"html_url":"https://github.com/bahdcoder/pling-plong","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bahdcoder/pling-plong","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahdcoder%2Fpling-plong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahdcoder%2Fpling-plong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahdcoder%2Fpling-plong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahdcoder%2Fpling-plong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bahdcoder","download_url":"https://codeload.github.com/bahdcoder/pling-plong/tar.gz/refs/heads/pling-plong","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahdcoder%2Fpling-plong/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35284875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"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":[],"created_at":"2024-11-08T13:13:54.764Z","updated_at":"2026-07-09T02:31:04.335Z","avatar_url":"https://github.com/bahdcoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RAINDROPS\n\n\n## Introduction\n\nPlingPlong is a simple Node Program, that takes in a number, determines if that number has prime factors, and if yes, generates a particular string, depending on the presence of 3, 5, and 7 in the prime factors of this number.\n\n## Directory Structure \n\n- The PlingPlong class is found in the `pling-plong.js`\n- Another class exists, which is the PrimeFactor class, found in `prime-factors.js`, and this simply takes the responsibility of generating the prime factors of any number\n- Simple use cases of the class are in `index.js`\n- All tests for the PlingPlong class, are in `tests/pling-plong.spec.js`\n- All tests for the PrimeFactor class, are in `tests/prime-factor.spec.js`\n- The `package.json` file defines one development dependency which is the `chai` library\n\n\n## How to Run Project\n\n- Clone this repository locally by running: \n```bash\n    git clone https://github.com/kati-frantz/pling-plong.git\n```\n- Install project dependencies (devDependencies)\n```bash\n    npm install\n```\n- Run `index.js` script to see results\n```bash\n    node index.js\n```\n\n## Tests\n\n- To run tests, you need to install mocha globally , or locally.\n```bash\n    npm i -g mocha\n```\nTest command: \n```bash \n    mocha\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbahdcoder%2Fpling-plong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbahdcoder%2Fpling-plong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbahdcoder%2Fpling-plong/lists"}