Skip to content

febriarief/console-spotify-downloader

Repository files navigation

Spotify Downloader Logo

Spotify Downloader Web App

About Spotify Downloader Web Console

Welcome to the Spotify Downloader Web Console – a powerful and user-friendly tool built on the Angular framework for seamlessly downloading your favorite Spotify tracks. This web console provides an intuitive interface to interact with the underlying Spotify Track Downloader API, enhancing your music listening experience.

This web console seamlessly integrates with the Spotify Track Downloader API. The API handles the actual downloading process, while the web console provides a user-friendly interface for interaction.

Features

  • Angular Framework: Leverage the speed and efficiency of Angular for a responsive and dynamic web console.
  • Search and Download: Easily search for Spotify tracks and initiate downloads with a simple and intuitive interface.
  • Real-Time Progress: Track the progress of your downloads in real-time, providing instant feedback on the process.
  • Cross-Platform Compatibility: Enjoy a consistent and smooth experience across various devices and platforms.

Requirements

  • Node version >= 18.10.0

Installation

  1. Clone the repository to your local environment.
git clone https://github.com/febriarief/console-spotify-downloader.git
  1. Install packages
npm i

or 

npm ci
  1. Configure the necessary environment variables, including the API endpoint.
# src/environmets/environment.ts

{
	...
	apiUrl: YOUR_REST_API,
	socketUrl: YOUR_SOCKET_URL
    ...
}
  1. Run application
# Development
npm run start

# Development (no hmr)
npm run start:no-hmr

# Production
npm run build

Disclaimer

This web console is not an official product of Spotify. Users are advised to use it responsibly and at their own risk. Respect copyright and licensing agreements when downloading and using Spotify tracks.

Contribution

Feel free to contribute to the development of this Spotify Downloader Web Console. Fork the repository, make your changes, and submit a pull request.

License

This application is also licensed under the MIT License, promoting an open and collaborative development environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published