# SpotifyData CLI

SpotifyDataCLI is a command-line interface (CLI) tool that allows users to access thier Top Songs and Artists in 3 Categories.

Whether you are a casual listener or a power user, this CLI tool is an excellent way to discover which songs you are obsessed with.

- Please note that this CLI tool is currently in development mode and only authorized persons should use it.

## License

[MIT](https://choosealicense.com/licenses/mit/)


## Installation

Install spotifyDataCLI with npm

```bash
  npm i spotifydatacli
```
    
## Usage

```bash

spotifydatacli
```


## Run Locally

Clone the project

```bash
  git clone https://github.com/Vishalqw78/SpotifyDataCLI.git
```

Go to the project directory

```bash
  cd SpotifyDataCLI
```

Install dependencies

```bash
  npm install
```

Start the CLI Tool

```bash
  npm run start
```


## Packages Used


[chalk](https://github.com/chalk/chalk) | 
[inquirer](https://github.com/SBoudrias/Inquirer.js) |
[gradient-string](https://github.com/bokub/gradient-string) |
[chalk-animation](https://github.com/bokub/chalk-animation) |
[figlet](https://github.com/patorjk/figlet.js) |
[nanospinner](https://github.com/usmanyunusov/nanospinner)|
[axios](https://github.com/axios/axios) |
[open](https://github.com/sindresorhus/open) |
[inquirer](https://github.com/SBoudrias/Inquirer.js) |
[express](https://github.com/expressjs/express)
## Attribution

This project uses the Spotify Web API to retrieve data from Spotify. We would like to thank [Spotify](https://developer.spotify.com/documentation/web-api) for providing this API and making it possible for developers to build amazing applications on top of their platform.
## Authors

- [@vishalqw78](https://www.github.com/vishalqw78)