Socket
Socket
Sign inDemoInstall

@codare/codare.ai

Package Overview
Dependencies
7
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @codare/codare.ai

Bu modül sayesinde sorduğunuz sorular yapay zeka sayesinde cevaplanır.


Version published
Weekly downloads
29
decreased by-89.9%
Maintainers
1
Install size
475 kB
Created
Weekly downloads
 

Readme

Source

CodAre.ai

Answers the question of ai. || Yapay zeka sorusuna cevap verir

Discord | Site | Docs

npm i @codare/codare.ai
const ai = require('@codare/codare.ai')

ai.ayarla('Furtsy')//kullanıcı adı/id belirtiyoruz

ai.sorv2('naber').then(res => {
    console.log(res)  //Garip soruları cevaplıyorum.
    })
  
ai.sor('nasılsın').then(res => {
console.log(res)  //İyi.
})

Changelog

[2.0.0] - 04-07-2021

Eklenen

  • Kullanıcıya özel id/kullanıcı adı girme eklendi(bu özellik sorv2 ile kullanılınabilir) bunun sayesinde idinize/kullanıcı adınıza göre cevapları idnize/kullanıcı adınıza kaydeder. örn:Belirli bir ad belirlerseniz o ide adınızı sorarsanız o ideki/kullanıcı adınızdaki adı söyler.

Keywords

FAQs

Last updated on 04 Jul 2021

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