https://github.com/wsine/kindle-calendar
Generate PDF Calendar for Kindle
https://github.com/wsine/kindle-calendar
calendar kindle
Last synced: 17 days ago
JSON representation
Generate PDF Calendar for Kindle
- Host: GitHub
- URL: https://github.com/wsine/kindle-calendar
- Owner: Wsine
- Created: 2021-02-07T08:02:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T06:59:28.000Z (about 3 years ago)
- Last Synced: 2025-04-03T11:14:46.850Z (24 days ago)
- Topics: calendar, kindle
- Language: JavaScript
- Homepage: https://wsine.github.io/kindle-calendar/
- Size: 13.8 MB
- Stars: 44
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kindle-Calendar
该小项目原是面向2020年封闭的Covid-19疫情下的如何获取积极的生活能量而创立。
同时也是拯救吃灰的Kindle设备的一个积极思考,可快速创建离线日历发送给 Kindle 设备。
现在更新为纯前端项目,感谢一言开源社区官方提供的[语料库](https://github.com/hitokoto-osc/sentences-bundle)。
## 如何使用
1. 访问 https://wsine.github.io/kindle-calendar/
2. 选择想要的内容生成 PDF 版本的日历下载
3. 通过邮件发送给自己的 kindle 接收邮箱 (注意邮件标题**不要**带 CONVERT 关键字)
## 如何开发
```bash
npm install
npm run dev
```然后就可以在浏览器打开 http:127.0.0.1:1234 访问并进行调试