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

https://github.com/adhamu/greatest-hits-generator

Generate a playlist of an artist's most popular hits
https://github.com/adhamu/greatest-hits-generator

genius music-metadata node nodejs typescript

Last synced: about 1 month ago
JSON representation

Generate a playlist of an artist's most popular hits

Awesome Lists containing this project

README

          

# Greatest Hits Generator

Generate a playlist of an artist's most popular hits

## Requirements

- Node 22.14 LTS
- Genius API Client Token. You can retrieve this [here](https://genius.com/api-clients)

## Installation

```sh
fnm use # or nvm use
yarn
```

## Usage

```sh
yarn generate
```