You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: