{"id":27125289,"url":"https://github.com/buttermiilk/kokkei","last_synced_at":"2026-04-30T10:06:05.129Z","repository":{"id":194008213,"uuid":"583251842","full_name":"buttermiilk/kokkei","owner":"buttermiilk","description":"Extremely simple Reddit meme fetcher API implementation.","archived":false,"fork":false,"pushed_at":"2024-01-14T19:52:05.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T14:52:31.838Z","etag":null,"topics":["api","javascript","json","meme","reddit"],"latest_commit_sha":null,"homepage":"","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/buttermiilk.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}},"created_at":"2022-12-29T08:07:58.000Z","updated_at":"2023-01-06T08:19:17.000Z","dependencies_parsed_at":"2023-09-22T19:29:48.022Z","dependency_job_id":null,"html_url":"https://github.com/buttermiilk/kokkei","commit_stats":null,"previous_names":["buttermiilk/kokkei"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/buttermiilk/kokkei","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buttermiilk%2Fkokkei","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buttermiilk%2Fkokkei/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buttermiilk%2Fkokkei/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buttermiilk%2Fkokkei/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buttermiilk","download_url":"https://codeload.github.com/buttermiilk/kokkei/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buttermiilk%2Fkokkei/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","javascript","json","meme","reddit"],"created_at":"2025-04-07T14:52:40.387Z","updated_at":"2026-04-30T10:06:05.113Z","avatar_url":"https://github.com/buttermiilk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cimg src='https://www.redditinc.com/assets/images/site/reddit-logo.png' height='128'\u003e\u003cbr\u003ekokkei\u003c/h1\u003e\n\u003cp align=\"center\"\u003eExtremely simple Reddit meme fetcher API implementation.\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://nodejs.org\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-JavaScript-black.svg?style=for-the-badge\u0026logo=javascript\u0026colorB=black\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## About this project\n\nOkay, free tier Heroku projects died. Legends like meme-api and akaneko all died of a sudden while I was looking back at Neko's code and opening a few links and thought it's just a normal downtime.\n\nUntil I read that notice in my Gmail inbox...\n\nFair, I need a meme API real quick to smash it into my bot's code (akaneko has its own new domain now), else things would collapse. And here it is, this repository has been created for that purpose.\n\nThe code is just so short and easy to make, so I made it beautiful and easy to read. Else if I wanted to make this hard to read I'd just use an obfuscator.\n\n---\n###### 🕒 9/22/2023 \n### 📢 Prehosted!\nIf you feel unbothered and you just want something that works, https://meme.iyowa.stabbed.me, I'm hosting that. Use it if you wish, else continue.\n\n---\n## Instructions on hosting\nI was thinking of using some sort of Reddit API and something something but the idea was silly. No keys is required, however you'll need:\n- A hosting place. It's easy to find a free one, this project is small enough.\n- `Node.js` and `npm` or `yarn` on that hosting place. It's either already in there or you'll have to set it up.\n- A brain to process these instructions. Very important.\n\n1/ If you have [git Command Line Interface](https://git-scm.com), clone this repo:\n```sh\ngit clone https://github.com/harubarii/kokkei.git\n```\nIf you don't, simply [download the zip file](https://github.com/harubarii/kokkei/archive/refs/heads/main.zip) and extract it yourself.\n\n2/ `cd` into the directory\n```sh\ncd kokkei-main\n```\n\n3/ Install all required packages. I keep packages at a minimal rate so do not worry.\n```sh\nnpm install\n```\nor, if you have `yarn` instead:\n```sh\nyarn install\n```\n\n4/ Make all necessary changes. Instructions are in `index.js`.\n\n5/ Fire up the project:\n```sh\nnode index.js\n```\nThe API is available to use on your `localhost:\u003cport\u003e`, or, on the hosting place, the Public IP Address/Domain assigned to it. Main endpoint is `/gimme/random`, other information about this is also in the `index.js` file so make sure to read it throughoutly.\n\n---\n## Contributing\n\nAlthough being a fairly advanced CommonJS developer, this code has consequences that I cannot look into. Any contributions you make are **greatly appreciated**, even tiny mistake fixes are welcomed.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star, well, if it did help you.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AVeryGoodFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AVeryGoodFeature`)\n5. Open a Pull Request\n\n---\nLicensed under the [MIT License](https://github.com/harubarii/kokkei/blob/main/LICENSE) © [harubarii, org.](https://github.com/harubarii)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuttermiilk%2Fkokkei","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuttermiilk%2Fkokkei","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuttermiilk%2Fkokkei/lists"}