{"id":26587877,"url":"https://github.com/bes-js/burc-yorum","last_synced_at":"2026-03-02T09:32:13.154Z","repository":{"id":182875651,"uuid":"669247677","full_name":"Bes-js/burc-yorum","owner":"Bes-js","description":"Türkçe Günlük/Haftalık/Aylık Burç Yorumları/Burç Özelliklerini Gösteren NPM Paketi.","archived":false,"fork":false,"pushed_at":"2023-07-22T02:49:38.000Z","size":16,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T20:43:34.814Z","etag":null,"topics":["axios","burc","burc-yorum","burclar","burcyorum","cheerio","commonjs","esmodule","npm-package","zodiac","zodiac-sign"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/burc-yorum","language":"JavaScript","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/Bes-js.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}},"created_at":"2023-07-21T17:58:22.000Z","updated_at":"2025-02-12T18:44:16.000Z","dependencies_parsed_at":"2023-07-22T00:35:29.791Z","dependency_job_id":null,"html_url":"https://github.com/Bes-js/burc-yorum","commit_stats":null,"previous_names":["bes-js/burc-yorum"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Fburc-yorum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Fburc-yorum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Fburc-yorum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Fburc-yorum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bes-js","download_url":"https://codeload.github.com/Bes-js/burc-yorum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245104050,"owners_count":20561372,"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","burc","burc-yorum","burclar","burcyorum","cheerio","commonjs","esmodule","npm-package","zodiac","zodiac-sign"],"created_at":"2025-03-23T12:30:49.523Z","updated_at":"2026-03-02T09:32:08.117Z","avatar_url":"https://github.com/Bes-js.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/beykant"],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e\u003cimg src=\"https://capsule-render.vercel.app/api?type=waving\u0026color=gradient\u0026height=200\u0026section=header\u0026text=Burc-Yorum\u0026fontSize=80\u0026fontAlignY=35\u0026animation=twinkling\u0026fontColor=f0f0f0\" /\u003e\u003c/center\u003e\n\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/burc-yorum?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/github/repo-size/Bes-js/burc-yorum?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/npm/l/burc-yorum?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/npm/dt/burc-yorum?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/Bes-js/burc-yorum/axios?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/Bes-js/burc-yorum/cheerio?style=for-the-badge\"\u003e \u003ca href=\"https://discord.gg/luppux\" target=\"_blank\"\u003e \u003cimg alt=\"Discord\" src=\"https://img.shields.io/badge/Support-Click%20here-7289d9?style=for-the-badge\u0026logo=discord\"\u003e \u003c/a\u003e\u003c/p\u003e\n\n- ***`burc-yorum`*** *Paketi Size Günlük / Haftalık / Aylık Burç Yorumları Ve Burç Özelliklerini Gösterir,Hem CommonJS Hem EsModule Desteklemektedir.*\n- *Paket Fonksiyonları* ***Async*** *Olarak Çalışmaktadır,* ***await*** *Yapısı Veya* ***then()*** *Kullanmalısınız.* \n\n## Nasıl İndirilir?\n```shell\n$ npm i burc-yorum\n\n$ yarn add burc-yorum\n\n$ pnpm i burc-yorum\n```\n\n\n#\n### Günlük Burç Yorum\n```js\nconst burc = require('burc-yorum');\n\nburc.daily('akrep').then((yorum) =\u003e {\nconsole.log(yorum);   \n})\n```\n\n#\n### Haftalık Burç Yorum\n```js\nconst burc = require('burc-yorum');\n\nburc.weekly('akrep').then((yorum) =\u003e {\nconsole.log(yorum);   \n})\n```\n\n#\n### Aylık Burç Yorum\n```js\nconst burc = require('burc-yorum');\n\nburc.monthly('akrep').then((yorum) =\u003e {\nconsole.log(yorum);   \n})\n```\n#\n### Burç Özellikleri\n```js\nconst burc = require('burc-yorum');\n\nburc.feature('akrep').then((yorum) =\u003e {\nconsole.log(yorum);   \n})\n```\n#\n# İletişim \u0026 Destek \u0026 Bağış\n\u003ca href=\"https://www.buymeacoffee.com/beykant\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" width=\"120px\" height=\"30px\" alt=\"Buy Me A Coffee\"\u003e\u003c/a\u003e\n\n[![Discord Banner](https://api.weblutions.com/discord/invite/luppux/)](https://discord.gg/luppux)\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-js%2Fburc-yorum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbes-js%2Fburc-yorum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-js%2Fburc-yorum/lists"}