Skip to content

Scraps days,events, tithi from (HamroPatro.com) from any given year to any give months

Notifications You must be signed in to change notification settings

samundrak/hamro-patro-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrapper

Scraps days,events, tithi from (HamroPatro.com) from any given year to any give months

Nepali Tithi

nepali calendar api conisiting of both AD and BS dates with 'tithi' and other Nepal specific info. goto data folder for already downloaded records

Usage

  • Clone this repo
  • Go to project root
  • Run npm i
  • Run node index.js
  • Open file data.json to see result

Custom Date

Goto file index.js

// index.js
const recordsOfYears = [2075]; // Add or remove years you want data of.
const months = (() =>
  Array(12)
    .fill(true)
    .map((item, index) => index + 1))(); // Months of year you want to scrap
    ```

About

Scraps days,events, tithi from (HamroPatro.com) from any given year to any give months

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages