Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 834 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 834 Bytes

Web Scraper for Tanzil.net

Collect following data sources from Tanzil.net:

  • translations
    • Source: Quran Translations
    • Fields:
      • ID
      • CountryCode
      • Language
      • Name
      • Translator
      • Biography
      • Download
      • ChangeLog

Module provide following sections for each data source:

  • scraper: Scraper is responsible to parse source page from Tanzil and provide result in callback.
  • exporter: Exporter will use scraper to collect data and expose different export as JSON.

Installation

Install using npm:

$ npm install webscraper-tanzil

Data

Generated data are located in ./data/ folder. To refresh data use following command:

$ node -e "require('./index.js').exporter.generate()"