3.3.1 • Published 1 year ago

taylor-swift v3.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

taylor-swift v3.3.0

Taylor Swift

Installation

Install the Taylor Swift Library via npm:

npm install taylor-swift

Usage

Start using the Taylor Swift Library in your Node.js projects:

const { song, album, quote } = require("taylor-swift");

The Taylor Swift Library provides functions for interacting with Taylor Swift's music and related information:

Songs

FuntcionDescription
song.random()Returns a random Taylor Swift song.
song.filterByAlbum(albumName)Returns songs released by Taylor Swift in a specific album.
song.all()Returns all songs by Taylor Swift.
song.get(songName)Returns a Taylor Swift song by its name.

Albums

FuntcionDescription
album.random()Returns a randomly selected Taylor Swift album.
album.all()Returns all Taylor Swift albums.
album.get(albumName)Returns a specific Taylor Swift album by name.
album.filterByYear(year)Returns albums released by Taylor Swift in a given year.

Quote

FuntcionDescription
quote.random()Returns a randomly selected Taylor Swift quote.
quote.filterBySong(songName)Returns quotes from a Taylor Swift song by its name.
quote.filterByAlbum(albumName)Returns quotes from a Taylor Swift album by its name.

Example

Random Taylor Swift Song:

const randomSong = song.random();
console.log(randomSong);

Taylor Swift Album by Year:

const album2008 = album.filterByYear(2008);
console.log(album2008);

Credits

Maintained by Lakshay Kamat, inspired by the work of Taylor Swift and her fans worldwide.

3.3.1

1 year ago

3.3.0

1 year ago

3.2.6

1 year ago

3.2.5

1 year ago

3.2.4

1 year ago

3.2.3

1 year ago

3.2.2

1 year ago

3.2.1

1 year ago

3.0.3

1 year ago

3.2.0

1 year ago

3.0.2

1 year ago

3.1.0

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago