Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ivrit

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ivrit

api in hebrew language for real-time answer

  • 0.0.25
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Welcome to Ivrit 👋

* Currently this is just a beta version

Version License: ISC

open-source engine with API for Real-time questions In Hebrew.

Installation

npm i ivrit

Import


import { 
  news, 
  lyrics,
  quickAnswer,
  webPageClone
} from "ivrit";
# or 
const { news } = require("ivrit");

Usage

news


news().then(console.log) 
// recent top news

news('קורונה').then(console.log) 
// recent news about 'קורונה'

news(['הייטק','ביטקוין']).then(console.log) 
// recent news about 'הייטק' & 'ביטקוין' 

news('donald trump','en').then(console.log) 
// 100 recent news about 'donald trump' in English 

quickAnswer


// quickAnswer('סרטים של קוונטין טרנטינו').then(data => console.log(data[0].answer.movies[0]));
// quickAnswer('מה השעה בטורונטו').then(console.log);
// quickAnswer('מתי השקיעה בירושלים מחרתיים').then(console.log);
// quickAnswer('מה המרחק לירח').then(console.log);
// quickAnswer('עשרת שפות התכנות המבוקשות ביותר').then(console.log);
// quickAnswer('כמה זה 1000 פחות 450').then(console.log);
// quickAnswer('ביטקוין לדולר').then(console.log);
// quickAnswer('נלסון מנדלה').then(console.log);
// quickAnswer(`מי האיש הכי עשיר בעולם?`).then(console.log);

Author

👤 Gurel Ben Shabat

Show your support

Give a ⭐️ if this project helped you!

Keywords

FAQs

Package last updated on 01 Dec 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc