Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasanyahya101/soundharvest-vite
This is a basic Youtube audio downloader (after converting from video to audio). Please note that there is a hard limit of 1000 total requests per month. So if the limit is passed, you might be stuck in a loop.
https://github.com/hasanyahya101/soundharvest-vite
api await downloader fetch limit promise rapid-api requests rest-api shadcn static video-to-audio youtube
Last synced: 29 days ago
JSON representation
This is a basic Youtube audio downloader (after converting from video to audio). Please note that there is a hard limit of 1000 total requests per month. So if the limit is passed, you might be stuck in a loop.
- Host: GitHub
- URL: https://github.com/hasanyahya101/soundharvest-vite
- Owner: HasanYahya101
- License: mit
- Created: 2024-06-06T12:22:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T11:07:39.000Z (7 months ago)
- Last Synced: 2024-06-07T15:35:57.940Z (7 months ago)
- Topics: api, await, downloader, fetch, limit, promise, rapid-api, requests, rest-api, shadcn, static, video-to-audio, youtube
- Language: JavaScript
- Homepage: https://hasanyahya101.github.io/SoundHarvest-Vite/
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sound Harvest (React + Vite)
## Introduction
This is a basic Youtube audio downloader (after converting from video to audio). It uses RapidAPI's `Youtube MP3 Downloader` API for this purpose. Please note that there is a hard limit of 1000 total requests per month on this API. So if the limit is passed, you might be stuck in a fetch-cycle loop.
## UI Library
Radix UI and ShadCN components were used to create the UI of the website. Moreover, Vite was used to create this React Project.
## Deployment
This project was deployed to Github Pages and can be tested there. No servers or databases were used in this Project.
## Preview
![Screenshot 2024-06-06 184647](https://github.com/HasanYahya101/SoundHarvest-Vite/assets/118683092/03201bec-3d76-4e03-95c8-36f6c3701cbe)
![Screenshot 2024-06-06 184713](https://github.com/HasanYahya101/SoundHarvest-Vite/assets/118683092/bcce6c2d-cb27-4d1e-a7a5-f8effe52469b)
![Screenshot 2024-06-06 184726](https://github.com/HasanYahya101/SoundHarvest-Vite/assets/118683092/9e8b42cb-7729-4e5a-b7b7-6c615d78d483)
![Screenshot 2024-06-06 184759](https://github.com/HasanYahya101/SoundHarvest-Vite/assets/118683092/894b3843-093f-447d-a30d-23001e391f6a)
Finally the audio is downloaded:
## React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh