A website to listen to audiobooks for free.
View Demo
.
Report Bug
.
Request Feature
Booksuno is a website to listen to audiobooks for free. It uses Librivox API to get the audiobooks.
Booksuno is built with Next.js, Typescript, Tailwind and Zustand.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/anonthedev/booksuno.git
- Install NPM packages
npm install
You do not need an API key to use Librivox API.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it.
- According to the discussion, create a pull request after you have added the required feature.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please DO NOT make bullsh*t PRs.
Distributed under the MIT License. See LICENSE for more information.
- anon - developer - Built the whole thing till now.