3amyah 中文文档教程

发布于 6年前 浏览 20 项目主页 更新于 3年前

3amyah

刮刀 & 3amyah.com 的包装器。

Installation

npm install 3amyah

Usage

const _3amyah = require("3amyah");

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

Response Example

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 } ]
  }
]

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(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 } ]
  }
]
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文