项目作者: mesaugat

项目描述 :
Fixtures for B.S. to A.D. date conversion.
高级语言: JavaScript
项目地址: git://github.com/mesaugat/bikram-sambat-anno-domini-fixtures.git


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

  1. [
  2. {
  3. "npYear": 2077,
  4. "npMonth": 1,
  5. "npDay": 1,
  6. "enYear": 2020,
  7. "enMonth": 4,
  8. "enDay": 13
  9. },
  10. {
  11. "npYear": 2077,
  12. "npMonth": 1,
  13. "npDay": 2,
  14. "enYear": 2020,
  15. "enMonth": 4,
  16. "enDay": 14
  17. },
  18. ...
  19. ]

Run the Scraper

  1. $ git clone https://github.com/mesaugat/bikram-sambat-anno-domini-fixtures.git
  2. $ yarn
  3. $ 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.