Skip to content

Commit

Permalink
Add overview section
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel authored Mar 8, 2024
1 parent 6465d76 commit 1ec8345
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.
[![Code style](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fastral-sh%2Fruff%2Fmain%2Fassets%2Fbadge%2Fformat.json)](https://docs.astral.sh/ruff/)
[![Test tap-spotify](https://github.com/Matatika/tap-spotify/actions/workflows/test.yml/badge.svg)](https://github.com/Matatika/tap-spotify/actions/workflows/test.yml)

## Overview

`tap-spotify` extracts raw data from the [Spotify Web API](https://developer.spotify.com/documentation/web-api) for the following resources:
- [User's top tracks](https://developer.spotify.com/documentation/web-api/reference/get-users-top-artists-and-tracks)
- [User's top artists](https://developer.spotify.com/documentation/web-api/reference/get-users-top-artists-and-tracks)
- [User's saved tracks](https://developer.spotify.com/documentation/web-api/reference/get-users-saved-tracks)
- [Global top 50 tracks (daily)](https://open.spotify.com/playlist/37i9dQZEVXbMDoHDwVN2tF)
- [Global top 50 tracks (weekly)](https://open.spotify.com/playlist/37i9dQZEVXbNG2KDcFcKOF)
- [Viral top 50 tracks(daily)](https://open.spotify.com/playlist/37i9dQZEVXbLiRSasKsNU9)

## Installation

```bash
Expand Down

0 comments on commit 1ec8345

Please sign in to comment.