0.0.25 • Published 1 year ago

ivrit v0.0.25

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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!

0.0.24

1 year ago

0.0.25

1 year ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.20

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago