hamro patro scrapper
1.0.0
เศษวัน เหตุการณ์ ส่วนสิบจาก (HamroPatro.com) จากปีใด ๆ ไปยังเดือนใด ๆ
API ปฏิทินเนปาลประกอบด้วยทั้งวันที่ AD และ BS พร้อมด้วย 'tithi' และข้อมูลเฉพาะอื่น ๆ ของเนปาล ไปที่โฟลเดอร์ data
สำหรับบันทึกที่ดาวน์โหลดแล้ว
npm i
node index.js
data.json
เพื่อดูผลลัพธ์ ไปที่ไฟล์ 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
```