{"id":17716932,"url":"https://github.com/trinib/Subreddit-Memes","last_synced_at":"2025-03-14T02:31:05.726Z","repository":{"id":255323920,"uuid":"849208287","full_name":"trinib/Subreddit-Memes","owner":"trinib","description":"😹  Display latest random meme from any subreddit memes thread","archived":false,"fork":false,"pushed_at":"2024-08-29T07:18:13.000Z","size":60,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T07:35:25.624Z","etag":null,"topics":["github","github-markdown","github-profile","html","meme","meme-api","memes","random-memes","readme","reddit","scraping","subreddits","website"],"latest_commit_sha":null,"homepage":"https://subreddit-memes.vercel.app","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/trinib.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":"2024-08-29T07:11:02.000Z","updated_at":"2025-02-25T12:15:19.000Z","dependencies_parsed_at":"2024-08-29T09:45:36.423Z","dependency_job_id":null,"html_url":"https://github.com/trinib/Subreddit-Memes","commit_stats":null,"previous_names":["trinib/subreddit-memes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinib%2FSubreddit-Memes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinib%2FSubreddit-Memes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinib%2FSubreddit-Memes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinib%2FSubreddit-Memes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinib","download_url":"https://codeload.github.com/trinib/Subreddit-Memes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511629,"owners_count":20302588,"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":["github","github-markdown","github-profile","html","meme","meme-api","memes","random-memes","readme","reddit","scraping","subreddits","website"],"created_at":"2024-10-25T14:01:14.514Z","updated_at":"2025-03-14T02:31:05.324Z","avatar_url":"https://github.com/trinib.png","language":"TypeScript","funding_links":[],"categories":["[![Repography logo](https://images.repography.com/logo.svg)](https://repography.com) / Recent activity [![Time period](https://images.repography.com/36880020/rzashakeri/beautify-github-profile/recent-activity/CmQSK3ak2SSwribbfXqdbMPoQcGy1awsc85hRH2sxJw/4wCZHZGWri7bcZix3qeaaDJhLSAhtj56XFkR8XOz4HI_badge.svg)](https://repography.com)"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ch1 align=\"center\"\u003eSubreddit Memes\u003cbr\u003e\u003c/h1\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://subreddit-memes.vercel.app/api/meme\" width=\"350px\"/\u003e\n    \u003ch5 align=\"center\"\u003e(\u003ca href=\"https://www.reddit.com/r/ProgrammerHumor/\"\u003e\u003ci\u003eProgrammerHumor\u003c/i\u003e\u003c/a\u003e)\u003c/h5\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n### Specify own subreddit endpoints\n\nEndpoint: https://meme-api.com/gimme/\u003ca href=\"https://www.reddit.com/r/ProgrammerHumor/\"\u003e{subreddit}\u003c/a\u003e\n\nExample: https://meme-api.com/gimme/ProgrammerHumor\n\nChange url in \u003ca href=\"https://github.com/trinib/Subreddit-Memes/blob/dfbe2edbed9e27cbec0d80294b69a0db5e4b87e2/app/api/meme/route.ts#L8\"\u003eapp/api/meme/route.ts(line 8)\u003c/a\u003e\n\n\u003cbr\u003e\n\n### Deploy your own instance/service on Vercel\n\u003cp align=\"left\"\u003e\n    \u003ca href=\"https://vercel.com/new/clone?repository-url=https://github.com/trinib/subreddit-memes\"\u003e\n        \u003cimg src=\"https://vercel.com/button\" alt=\"Deploy with Vercel\" width=\"150px\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n### Display on Github readme\n```\n\u003cimg src=\"https://your-project-name.vercel.app/api/meme\" width=\"350px\"/\u003e\n```\n\n---\n\n\u003cbr\u003e\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinib%2FSubreddit-Memes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinib%2FSubreddit-Memes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinib%2FSubreddit-Memes/lists"}