{"id":22752843,"url":"https://github.com/wastech/random-words-lorem","last_synced_at":"2026-02-18T19:01:11.491Z","repository":{"id":190789670,"uuid":"682684425","full_name":"wastech/random-words-lorem","owner":"wastech","description":"The \"random-words-lorem\" module is a utility that generates random text resembling Lorem Ipsum. It provides a simple way for developers to generate placeholder text for testing or design purposes. ","archived":false,"fork":false,"pushed_at":"2024-10-07T20:29:27.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-27T15:25:49.280Z","etag":null,"topics":["lorem","lorem-ipsum","lorem-ipsum-generator","random","words"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/random-words-lorem","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/wastech.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,"zenodo":null}},"created_at":"2023-08-24T17:47:28.000Z","updated_at":"2024-10-07T20:29:30.000Z","dependencies_parsed_at":"2023-08-26T11:46:04.490Z","dependency_job_id":"e3474118-2c89-4244-b1d2-cfd565b7b59a","html_url":"https://github.com/wastech/random-words-lorem","commit_stats":null,"previous_names":["wastech/random-words-lorem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wastech/random-words-lorem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wastech%2Frandom-words-lorem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wastech%2Frandom-words-lorem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wastech%2Frandom-words-lorem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wastech%2Frandom-words-lorem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wastech","download_url":"https://codeload.github.com/wastech/random-words-lorem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wastech%2Frandom-words-lorem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29590679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"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":["lorem","lorem-ipsum","lorem-ipsum-generator","random","words"],"created_at":"2024-12-11T06:07:53.903Z","updated_at":"2026-02-18T19:01:11.471Z","avatar_url":"https://github.com/wastech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\nThe \"random-words-lorem\" module is a utility that generates random text resembling Lorem Ipsum. It provides a simple way for developers to generate placeholder text for testing or design purposes. This module combines the concept of generating random words with the familiar look of Lorem Ipsum text, allowing users to quickly populate content in their projects with randomized content that mirrors the structure of the famous placeholder text.\n\n## Usage\nYou can use this module to generate random words in the style of Lorem Ipsum. Follow these steps to get started:\n### Installation\nInstall the module in your project by running the following command in your terminal:\n\n```Javascript\nnpm install random-words-lorem \n```\n\n### Create a JavaScript File:\n\nCreate a new JavaScript file in your project directory. You can name it anything you like, such as use-module.js.\n\n\n### Import and Use the Module:\nIn your JavaScript file (e.g., use-module.js), import the module and generate a random sentence. Here's an example code snippet:\n\n```Javascript\n// use-module.js\n\nconst randomWordsLorem = require('random-words-lorem');\n\nconst randomSentence = randomWordsLorem.getRandomSentence(10); // Generate a sentence with 10 words\nconst sentenceWithoutCommas = randomSentence.replace(/,/g, ''); // Remove commas\n\nconsole.log(sentenceWithoutCommas);\n\n\n\n```\n\n### Run Your Script:\nOpen your terminal and navigate to the directory where your JavaScript file is located. Run the script using Node.js:\n\n```Javascript\nnode use-module.js\n\n#You should see a sentence made up of random words, without any commas.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwastech%2Frandom-words-lorem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwastech%2Frandom-words-lorem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwastech%2Frandom-words-lorem/lists"}