Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ivrit

gurelbs49ISC0.0.25

api in hebrew language for real-time answer

ivrit, hebrew, language, real-time data

readme

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!