An open API service indexing awesome lists of open source software.

https://github.com/nanda-gopal-sb/custom-wrapped

A simple app that allows you to make your own Spotify Wrapped
https://github.com/nanda-gopal-sb/custom-wrapped

css html js json vanilla-js vite wrapped

Last synced: about 1 month ago
JSON representation

A simple app that allows you to make your own Spotify Wrapped

Awesome Lists containing this project

README

          

# Custom Wrapped

Custom Wrapped is a project that allows users to create their own Spotify Wrapped by editing the text.json file in the src directory. The text can be plain text or valid HTML.

## Getting Started

To get started with Custom Wrapped, follow these steps:

1. Clone the repository:
```
git clone https://github.com/nanda-gopal-sb/custom-wrapped.git
```
2. Navigate to the project directory:
```
cd custom-wrapped
```
3. Open the text.json file located in the src directory and edit the content as needed. You can use plain text or valid HTML.

## Usage

* To only run the project in localhost:
```
npm run dev
```
* To deploy on github pages:
```
npm run deploy
```