felvin-search / instant-apps

Your search box is now an app store! 🎉
https://felvin.com
Other
94 stars 47 forks source link

[Proposal] epub to mobi #309

Open hargup opened 2 years ago

hargup commented 2 years ago

Summary

Convert a epub file to mobi file

Example search queries

Implementation (optional)

Implementing this will require you to create an API service which can convert epub files to mobi files. The core conversion operations can be done by Calibre CLI.

The frontend part should be straight forward, you need to have a file upload widget and show the link to download the converted file after it has been created. Look at [merge-pdfs]([merge](https://github.com/felvin-search/instant-apps/tree/master/apps/merge-pdfs)) instant app for example of how to deal with files.

Context