{"id":15692635,"url":"https://github.com/ultirequiem/ranmess","last_synced_at":"2025-05-07T23:45:21.149Z","repository":{"id":38376490,"uuid":"382054035","full_name":"UltiRequiem/ranmess","owner":"UltiRequiem","description":"💻 Quotable Wrapper and CLI Tool","archived":false,"fork":false,"pushed_at":"2023-01-07T00:16:08.000Z","size":433,"stargazers_count":7,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T23:45:16.373Z","etag":null,"topics":["api-wrapper","deno","nodejs","quotes","random","terminal","typescript"],"latest_commit_sha":null,"homepage":"https://ranmess.js.org","language":"TypeScript","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/UltiRequiem.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-01T14:07:49.000Z","updated_at":"2022-04-10T17:59:06.000Z","dependencies_parsed_at":"2023-02-06T10:01:12.653Z","dependency_job_id":null,"html_url":"https://github.com/UltiRequiem/ranmess","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Franmess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Franmess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Franmess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Franmess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UltiRequiem","download_url":"https://codeload.github.com/UltiRequiem/ranmess/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973617,"owners_count":21834105,"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":["api-wrapper","deno","nodejs","quotes","random","terminal","typescript"],"created_at":"2024-10-03T18:36:50.535Z","updated_at":"2025-05-07T23:45:21.126Z","avatar_url":"https://github.com/UltiRequiem.png","language":"TypeScript","funding_links":["https://patreon.com/UltiRequiem"],"categories":[],"sub_categories":[],"readme":"# ranmess\n\n[![Code Coverage](https://codecov.io/gh/ultirequiem/ranmess/branch/main/graph/badge.svg)](https://codecov.io/gh/ultirequiem/ranmess)\n[![Deno Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/ranmess/mod.ts)\n\nThe most complete [Quotable](https://github.com/lukePeavey/quotable) API Wrapper\nand CLI Tool.\n\n\u003e Quotable is a free, open source quotations API.\n\n## Usage\n\nThe API is the same on all this platforms ✔️\n\n### [Deno 🦕](https://deno.land/x/ranmess)\n\n```javascript\nimport * as ranmess from \"https://deno.land/x/ranmess/mod.ts\";\n\nranmess.cleanQuote(); //=\u003e \"In seed time learn, in harvest teach, in winter enjoy.\"\nranmess.cleanQuote(); //=\u003e \"A leader is one who knows the way, goes the way, and shows the way.\"\n\nranmess.cleanTags(); //=\u003e [\"business\", \"education\", \"faith\", \"famous-quotes\", ...etc]\n```\n\n### [Node.js 🐢🚀](https://npmjs.com/package/ranmess)\n\n```javascript\nimport * as ranmess from \"ranmess\";\n```\n\n### [Browser 🌐](https://developer.mozilla.org/en-US/docs/Glossary/Browser)\n\nYou can use any [CDN](https://en.wikipedia.org/wiki/Content_delivery_network) 🔥\n\nEg 👉\n[ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) ↔️\n[SkyPack](https://cdn.skypack.dev/ranmess) 🆚\n[Script Tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script)\n↔️ [JSDelivr](https://cdn.jsdelivr.net/npm/ranmess)\n\n## Documentation\n\nIs hosted on\n[Deno Doc](https://doc.deno.land/https://deno.land/x/ranmess/mod.ts) 📄\n\nThis module is fully typed, includes lot of utils and interfaces!\n\n## CLI 💻\n\n### Install 📦\n\n#### Deno\n\n```sh\ndeno install --allow-net https://deno.land/x/ranmess/ranmess.ts\n```\n\n#### Node.js\n\n```sh\nnpm install -g ranmess\n```\n\n[A binary for multiple platforms is provided too!](https://github.com/UltiRequiem/ranmess/releases/latest)\n🤖\n\n### Usage 🕹️\n\n```sh\nranmess\n```\n\nA random quote and its author will be printed!\n\n[Video Showcase](https://youtu.be/42-AMus4olQ) 🎥\n\n## Support\n\nOpen an Issue, I will check it a soon as possible 👀\n\nIf you want to hurry me up a bit\n[send me a tweet](https://twitter.com/UltiRequiem) 😆\n\nConsider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like\nmy work 🚀\n\nDon't forget to star the repo ⭐\n\n## Versioning\n\nWe use [Semantic Versioning](http://semver.org). For the versions available, see\nthe [tags](https://github.com/UltiRequiem/ranmess/tags) 🏷️\n\n## Other Art\n\nI also made this on [Rust](https://github.com/UltiRequiem/ruquotes),\n[Python](https://github.com/UltiRequiem/quoteran), and\n[Go](https://github.com/UltiRequiem/quotable). Even a\n[website](https://github.com/UltiRequiem/ulti-random-quotes)!\n\n## Licence\n\nLicensed under the MIT License 📄\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Franmess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultirequiem%2Franmess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Franmess/lists"}