hamro patro scrapper
1.0.0
특정 연도부터 특정 달까지 (HamroPatro.com)의 스크랩 일, 이벤트, 티티
AD 및 BS 날짜와 'tithi' 및 기타 네팔 관련 정보를 모두 포함하는 네팔 달력 API입니다. 이미 다운로드한 기록의 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
```