Socket
Socket
Sign inDemoInstall

burc-yorum

Package Overview
Dependencies
23
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    burc-yorum

Günlük/Haftalık/Aylık Burç Yorumları/Burç Özellikleri.


Version published
Maintainers
1
Created

Readme

Source

Discord

  • burc-yorum Paketi Size Günlük / Haftalık / Aylık Burç Yorumları Ve Burç Özelliklerini Gösterir,Hem CommonJS Hem EsModule Desteklemektedir.
  • Paket Fonksiyonları Async Olarak Çalışmaktadır, await Yapısı Veya then() Kullanmalısınız.

Nasıl İndirilir?

$ npm i burc-yorum


$ yarn add burc-yorum


$ pnpm i burc-yorum

Günlük Burç Yorum

const burc = require('burc-yorum');

burc.daily('akrep').then((yorum) => {
console.log(yorum);   
})

Haftalık Burç Yorum

const burc = require('burc-yorum');

burc.weekly('akrep').then((yorum) => {
console.log(yorum);   
})

Aylık Burç Yorum

const burc = require('burc-yorum');

burc.monthly('akrep').then((yorum) => {
console.log(yorum);   
})

Burç Özellikleri

const burc = require('burc-yorum');

burc.feature('akrep').then((yorum) => {
console.log(yorum);   
})

İletişim & Destek & Bağış

Buy Me A Coffee

Discord Banner

Keywords

FAQs

Last updated on 24 Jul 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc