Skip to content

qorbani/webscraper-tanzil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()"

About

Webscraper for Tanzil.net Quran Translations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published