2.4.0 • Published 2 years ago

moon-time v2.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

moon-time

moon-time is a component that converts the solar calendar to the lunar calendar (Chinese lunar calendar), it is very simple to use。

Install

    npm install moon-time

npm way

    let moonTime = require('moon-time')
    // import moonTime from 'moon-time'
    
    let moonTimes = moonTime({
	 year:2022,
	 month:10,
	 day:13
    })
	
    console.log(moonTimes);
	
2.3.0

2 years ago

2.2.0

2 years ago

2.0.2

2 years ago

2.4.0

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago