0.1.0 • Published 12 months ago

dictionary-crawler v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

dictionary-crawler

A dictionary crawler based on cheerio, which returns definition and explanation of words by crawling online dictionaries.

Node Version

Installation

git clone git@github.com:hmtonywang/dictionary-crawler.git
cd dictionary-crawler
yarn install

Usage

  • To look up words, run:
const crawler = require('dictionary-crawler');

const data = await crawler.yahoo.crawl('beautiful');

License

MIT

0.1.0

12 months ago