3amyah

1.0.0 • Public • Published

3amyah

Scrapper & Wrapper For 3amyah.com .

Installation

npm install 3amyah

Usage

const _3amyah = require("3amyah");

_3amyah.search("شكو ماكو").then(words => {
  console.log(words);
})

Response Example

Search

search(word) -->
[
  {
    id: Number,
    word: String,
    definition: String,
    example: String,
    author: String,
    upVoteCount: Number,
    downVoteCount: Number,
    dateCreate: Date (ISO 8601),
    pronunciationFileName: String,
    person?:
     { id: Number,
       name: String,
       profileImageName20: String 
     },
    countryList: Array(String),
    landingMap: Object } ]
  }
]

Readme

Keywords

none

Package Sidebar

Install

npm i 3amyah

Weekly Downloads

51

Version

1.0.0

License

ISC

Unpacked Size

13.1 kB

Total Files

7

Last publish

Collaborators

  • abdulrhman100