ts-npm-ytmusic-api/docs/guides/usage/getArtist.md

12 lines
280 B
Markdown

# Getting an artist
`getArtist()` will fetch you information about a specific artist by it's ID.
```ts
ytmusic.getArtist("UCTUR0sVEkD8T5MlSHqgaI_Q").then(artist => {
console.log(artist)
})
```
See the [reference](../../references/ytmusic/getArtist.html) for more information.