https://github.com/pureugong/lunar
Simple lunar ics generator
https://github.com/pureugong/lunar
ics lunar-calendar lunar-date lunar2solar vue vuejs webpack
Last synced: 4 months ago
JSON representation
Simple lunar ics generator
- Host: GitHub
- URL: https://github.com/pureugong/lunar
- Owner: pureugong
- Created: 2018-03-26T12:24:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-02-25T04:11:56.000Z (4 months ago)
- Last Synced: 2026-02-25T04:44:15.157Z (4 months ago)
- Topics: ics, lunar-calendar, lunar-date, lunar2solar, vue, vuejs, webpack
- Language: JavaScript
- Homepage: https://pureugong.github.io/lunar/
- Size: 2.36 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lunar
[](https://github.com/pureugong/lunar/actions/workflows/deploy.yml)
Korean lunar calendar (음력) to solar date converter with ICS file generation. Enter a recurring lunar date and download a calendar file with all matching solar dates through 2050.
**Live demo:** https://pureugong.github.io/lunar/
## Tech Stack
- Vue 3 + Vite
- [holiday-kr](https://www.npmjs.com/package/holiday-kr) — lunar/solar date conversion
- [ics](https://www.npmjs.com/package/ics) — ICS calendar file generation
- Bootstrap 4 (CDN)
## Quick Start
```bash
npm install
npm run dev # dev server
npm run build # production build
```