hamro patro scrapper
1.0.0
Memo hari, acara, persepuluhan dari (HamroPatro.com) dari tahun tertentu hingga bulan tertentu
api kalender Nepal yang berisi tanggal AD dan BS dengan 'persepuluhan' dan info spesifik Nepal lainnya. goto folder data
untuk catatan yang sudah diunduh
npm i
node index.js
data.json
untuk melihat hasilnya Buka 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
```