Skip to content

mesaugat/bikram-sambat-anno-domini-fixtures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bikram-sambat-anno-domini-fixtures

Fixtures for B.S. to A.D. date conversion from 1975 B.S. to 2100 B.S.

Export of Bikram Sambat and corresponding Anno Domini dates have been extracted from nepcal.com. Full attribution goes to author(s) of nepcal.com.

Sample

[
  {
    "npYear": 2077,
    "npMonth": 1,
    "npDay": 1,
    "enYear": 2020,
    "enMonth": 4,
    "enDay": 13
  },
  {
    "npYear": 2077,
    "npMonth": 1,
    "npDay": 2,
    "enYear": 2020,
    "enMonth": 4,
    "enDay": 14
  },
  ...
]

Run the Scraper

$ git clone https://github.com/mesaugat/bikram-sambat-anno-domini-fixtures.git

$ yarn
$ yarn start

Download

Download export.json or export-minified.json for the full conversion data set from 1975 B.S. to 2100 B.S.

Contributing

If you find that the scraper is not working or the exported data has issues, please feel free to file an issue or send in a pull request.

License

The underlying source code used to scrape the content is licensed under the MIT license.