An open API service indexing awesome lists of open source software.

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

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 访问并进行调试