{"id":18604361,"url":"https://github.com/halitsever/random-memes","last_synced_at":"2025-04-10T20:30:32.640Z","repository":{"id":37823249,"uuid":"306168718","full_name":"halitsever/random-memes","owner":"halitsever","description":"🌁 Random meme genarator package with reddit \u0026 custom api support","archived":false,"fork":false,"pushed_at":"2024-04-29T06:25:38.000Z","size":856,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-01T16:37:31.246Z","etag":null,"topics":["meme-creator","meme-maker","random-memes"],"latest_commit_sha":null,"homepage":"https://halitsever.github.io/random-memes/","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/halitsever.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-21T23:09:34.000Z","updated_at":"2024-06-19T06:16:27.917Z","dependencies_parsed_at":"2024-01-16T13:26:00.140Z","dependency_job_id":"21259258-5f4e-4e30-b3bf-fdcc3f18366f","html_url":"https://github.com/halitsever/random-memes","commit_stats":{"total_commits":9,"total_committers":3,"mean_commits":3.0,"dds":0.2222222222222222,"last_synced_commit":"cd97a12f03ec512e98e631c8730a8b6f8756b465"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halitsever%2Frandom-memes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halitsever%2Frandom-memes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halitsever%2Frandom-memes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halitsever%2Frandom-memes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halitsever","download_url":"https://codeload.github.com/halitsever/random-memes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223444864,"owners_count":17146183,"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":["meme-creator","meme-maker","random-memes"],"created_at":"2024-11-07T02:17:37.362Z","updated_at":"2024-11-07T02:17:37.985Z","avatar_url":"https://github.com/halitsever.png","language":"JavaScript","readme":"\u003cp align=\"center\" class=\"logo-section\"\u003e\n\u003cimg src=\"https://i.ibb.co/yRSmZ6G/leo-laughing-1.png\" height=\"80\" width=\"80\"/\u003e\n\u003c/br\u003e\n\u003cimg src=\"https://halitsever-api.vercel.app/api/repo-title?title=Random%20Memes\"\u003e\n\n\u003cp align=\"center\"\u003e\n🌁 Random reddit \u0026 custom api meme genarator and custom meme maker module for node.js\u003cbr\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cimg src=\"https://img.shields.io/github/sponsors/halitsever\"/\u003e \n\u003cimg src=\"https://img.shields.io/github/license/halitsever/random-memes\"/\u003e \n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca align=\"center\" href=\"https://halitsever.github.io/random-memes/\"\u003eDocumentation\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003ca align=\"center\"\u003e\n\u003cimg src=\"https://halitsever-api.vercel.app/api/details\"/\u003e\n\u003c/a\u003e\n\n- 🧑‍💻 [**Reddit Support**](#) - You can fetch random memes on reddit\n\n- 🗒️ [**Text and Image**](#) - Get random memes as text \u0026 image\n\n  \u003ca align=\"center\" \u003e\n  \u003cimg src=\"https://halitsever-api.vercel.app/api/installation\"/\u003e\n  \u003c/a\u003e\n\nInstallation:\n\n```bash\nnpm install random-memes --save\n```\n\nGet random meme:\n\n```javascript\nconst memes = require(\"random-memes\");\n\nconst fetchMeme = async () =\u003e {\n  const meme = await memes.random();\n  console.log(meme);\n};\n```\n\nGet random meme from reddit:\n\n```javascript\nconst memes = require(\"random-memes\");\n\nconst fetchMeme = async () =\u003e {\n  const meme = await memes.reddit({ locale: \"en\" });\n  console.log(meme);\n};\n```\n\n\u003ca align=\"center\" href=\"https://github.com/halitsever/random-memes/issues\"\u003e\n\u003cimg src=\"https://halitsever-api.vercel.app/api/issue\"/\u003e\n\u003c/a\u003e\n\n\u003ca align=\"center\"\u003e\n\u003cimg src=\"https://halitsever-api.vercel.app/api/sponsor\"/\u003e\n\u003c/a\u003e\n\n\u003ca align=\"center\"\u003e\n\u003cimg src=\"https://halitsever-api.vercel.app/api/license\"/\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  MIT LICENSE 2019-present | \u003ca href=\"https://github.com/halitsever\"\u003eHalit Sever\u003c/a\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalitsever%2Frandom-memes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalitsever%2Frandom-memes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalitsever%2Frandom-memes/lists"}