{"id":22867190,"url":"https://github.com/pauleenaphan/cat-jokes","last_synced_at":"2026-02-05T22:31:31.580Z","repository":{"id":267561643,"uuid":"901606359","full_name":"pauleenaphan/cat-jokes","owner":"pauleenaphan","description":"A fun and easy-to-use npm package that generates random cat jokes for your development.","archived":false,"fork":false,"pushed_at":"2024-12-17T17:49:26.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T04:53:13.434Z","etag":null,"topics":["cat","javascript","jokes-generator","npm-package"],"latest_commit_sha":null,"homepage":"","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/pauleenaphan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2024-12-11T01:20:29.000Z","updated_at":"2024-12-17T17:49:30.000Z","dependencies_parsed_at":"2024-12-11T04:20:53.569Z","dependency_job_id":"3e090f70-1c2e-4575-a4a4-bce81d4ce3d0","html_url":"https://github.com/pauleenaphan/cat-jokes","commit_stats":null,"previous_names":["pauleenaphan/cat-jokes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pauleenaphan/cat-jokes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauleenaphan%2Fcat-jokes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauleenaphan%2Fcat-jokes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauleenaphan%2Fcat-jokes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauleenaphan%2Fcat-jokes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pauleenaphan","download_url":"https://codeload.github.com/pauleenaphan/cat-jokes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauleenaphan%2Fcat-jokes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29136761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T21:59:57.939Z","status":"ssl_error","status_checked_at":"2026-02-05T21:59:57.628Z","response_time":65,"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":["cat","javascript","jokes-generator","npm-package"],"created_at":"2024-12-13T12:18:56.856Z","updated_at":"2026-02-05T22:31:31.562Z","avatar_url":"https://github.com/pauleenaphan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/user-attachments/assets/660e0c79-23bb-488b-a5c4-151b7a8ed215\" alt=\"CatlaughImage\" width=\"150\" height=\"150\"/\u003e\n\n# Cat Jokes\nAdd some purr-fect fun to your code with random cat jokes! This package generates a variety of cat-themed jokes to lighten up your development experience. \u003cbr\u003e\n\nTotal Maximum Joke Count = ```82```\n\n# Installation\n```bash\nnpm install cat-jokes\n# or\nyarn add cat-jokes\n```\n\n## Example Usage\n```js\nconst getCatJokes = require(\"cat-jokes\")\n\nlet arr = getCatJokes(2); // Generates two jokes\n\nfor(let i = 0; i \u003c arr.length; i++){\n    console.log(arr[i].joke, arr[i].answer)\n}\n```\n\n\u003cbr\u003e\nJokes are randomly grabbed from catJokes.json\n\n```json\n[\n    {\n        \"joke\": \"Why did the cat sit on the computer?\",\n        \"answer\": \"Because it wanted to keep an eye on the mouse!\"\n    },\n    {\n        \"joke\": \"What’s a cat’s favorite color?\",\n        \"answer\": \"Purr-ple!\"\n    }\n]\n```\n\n## Contributing\nContributions are welcome! Please fork the repository and submit a pull request with your changes.\nFor major changes, please open an issue first to discuss what you would like to change.\n\n## Changelog\nAll notable changes to this project will be documented in this file. See the [CHANGELOG](CHANGELOG.md) for details.\n\n## Acknowledgements\nThis is my very first npm package I have made. Ever since I started using npm I was curious on how to make my own and how hard it was. The Learning the process was fun and it was cool \nto see how everything works. In the future I plan to make a more useful package. Although cat jokes are pretty necessary in anyones code.\n\n## License\n\nThis project is licensed under the MIT License \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauleenaphan%2Fcat-jokes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauleenaphan%2Fcat-jokes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauleenaphan%2Fcat-jokes/lists"}