wanhose / daily-playlists

A micro-web that interacts with the Spotify API 🎶

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daily-playlists

daily-playlists is a micro-web application that interacts with the Spotify API 🎶

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes

Prerequisites

  • Node.js
  • yarn (preferred package manager)

Installing

  1. Clone the repository
git clone https://github.com/wanhose/daily-playlists.git
  1. Navigate into the cloned repository
cd daily-playlists
  1. Install the dependencies using yarn
yarn install

Available Scripts

In the project directory, you can run:

yarn dev

Runs the app in the development mode. Open http://localhost:5173 to view it in the browser.

yarn build

Builds the app for production to the dist folder. It correctly bundles the application in production mode and optimizes the build for the best performance.

yarn serve

Serves the built app from the dist folder at http://localhost:4173.

yarn lint

Runs the linter on the src directory and automatically fixes any linting issues found.

yarn test

Runs the tests using Vitest with the --watch=false option by default.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A micro-web that interacts with the Spotify API 🎶

License:MIT License


Languages

Language:TypeScript 83.7%Language:CSS 7.6%Language:JavaScript 5.0%Language:HTML 2.7%Language:Shell 0.9%