{"id":24554195,"url":"https://github.com/zeddxx/moobie","last_synced_at":"2025-04-16T00:20:23.842Z","repository":{"id":230908214,"uuid":"776039844","full_name":"Zeddxx/moobie","owner":"Zeddxx","description":"Moobie is an KDrama streaming web app which have clean UI/UX mostly runs on server side.","archived":false,"fork":false,"pushed_at":"2024-11-25T21:25:05.000Z","size":1196,"stargazers_count":19,"open_issues_count":6,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T03:11:42.572Z","etag":null,"topics":["axios","drama","express","korean","lucide-react","moobie","nextjs13","nodejs","react","shadcn-ui","ssr","typescript"],"latest_commit_sha":null,"homepage":"https://moobie.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zeddxx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-22T14:59:26.000Z","updated_at":"2025-03-10T13:39:56.000Z","dependencies_parsed_at":"2024-04-09T00:25:12.487Z","dependency_job_id":"de0acd41-6a7a-43d1-84da-d6438206e979","html_url":"https://github.com/Zeddxx/moobie","commit_stats":null,"previous_names":["zeddxx/moobie"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeddxx%2Fmoobie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeddxx%2Fmoobie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeddxx%2Fmoobie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeddxx%2Fmoobie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zeddxx","download_url":"https://codeload.github.com/Zeddxx/moobie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249174016,"owners_count":21224638,"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":["axios","drama","express","korean","lucide-react","moobie","nextjs13","nodejs","react","shadcn-ui","ssr","typescript"],"created_at":"2025-01-23T02:18:14.676Z","updated_at":"2025-04-16T00:20:23.817Z","avatar_url":"https://github.com/Zeddxx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"/public/assets/images/banner.jpeg\" alt=\"moobie banner\" width=\"full\" /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"/public/assets/logos/moobie-light.svg\" width=\"280\" alt=\"moobie logo\" align=\"center\" /\u003e\n   \u003cp\u003eWelcome to moobie codebase, i guess you liked the project?\u003c/p\u003e\n  \u003cpre\u003ePlease give this repo a star ⭐️\u003c/pre\u003e\n  \u003cimg src=\"https://img.shields.io/badge/NextJs-Typescript-blue\" alt=\"typescrpt badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/web-scrapper-red\" alt=\"scrapper badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Korean-Drama-pink\" alt=\"drama badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/video-streaming-yellow\" alt=\"steaming badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TailwindCss-blue\" alt=\"typescrpt badge\" /\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch2\u003e\n    Why I created Moobie? 🤓\n  \u003c/h2\u003e\n  \u003cp\u003e\n    My main motive was to learn server-side rendering in Next.js and how it differs from client-side rendering. Creating a clean UI/UX web application is my hobby, and what I wanted was to provide content to users without any annoying ads and pop-ups.\n  \u003c/p\u003e\n  \u003cpre\u003e\n    Open for new ideas. 🫡\n  \u003c/pre\u003e\n\u003c/div\u003e\n\n## Workflow of moobie.\nThere is a backend that is scraping a website for the desired details; most of the complexity is working behind the UI. The backend is merged with a consumetApi to retrieve streaming links and show them to the user.\n- Backend\n  - Scraping a website to retrieve desired details such as image source, title, etc.\n  - Collecting them into an array of objects.\n  - Creating a route that returns those details.\n  - Creating the backend was a new experience for me, but it felt kind of easy, though not entirely.\n  - The main issue I encountered was during deployment 😅.\n  \n- Frontend\n  - Yellow theming, as I am not a great UI designer, but I still managed to make it look aesthetic and clean with full screen responsiveness.\n  - A good-looking landing page for new users to understand briefly why I created Moobie.\n  - I personally love to add the toggle theming from `dark` to `light`, with the default being `system`.\n  - I mostly used SSR, which conveniently hides the API calls in the network section. Somehow, I loved this.\n\n\n## Installation\n- Clone the moobie repo through terminal.\n\n  ```bash\n  git clone https://github.com/Zeddxx/moobie.git\n  ```\n\n- Get into the folder.\n  \n   ```bash\n   cd moobie\n   ```\n\n- Install the required dependencies.\n  ```bash\n  npm install or yard add\n  ```\n\n- Run the project.\n  ```bash\n  npm run dev\n  ```\n\n## TODO\n\u003cpre\u003eFeature that i have yet to implement.\u003c/pre\u003e\n\n- [x] Beautiful landing or marketing page.\n- [ ] Navbar\n  - [x] Theme selector.\n  - [x] Search functionality.\n  - [ ] Resposive hamburger.\n     - As there are currently not many pages, I have not yet made it work.\n- [ ] Skeleton loader.\n  - [x] Skeleton loader for home page.\n  - [x] Loader for info page.\n  - [ ] Loader for Watch page.\n  - [ ] Loader for search page.\n- [ ] Authentication.\n- [x] SEO implementation.\n- [ ] Moobie player.\n  - [x] Add desired theme UI.\n  - [ ] Next and Previous button to navigate episodes.\n  - [ ] Add the datails into currently watching.\n\n\n## Have an issue?\n\nError may can arise if it does so please do open an issue \u003ca href=\"https://github.com/Zeddxx/moobie/issues\" title=\"moobie issue\"\u003ehere.\u003c/a\u003e I will probably get in touch within 5 - 6hrs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeddxx%2Fmoobie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeddxx%2Fmoobie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeddxx%2Fmoobie/lists"}