1.0.0 • Published 5 years ago

packt-sardines v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Packt Sardines

Simple module for Radiohead lyrics.

Functions

lyrics.lorem

The lorem(length) function returns a radiohead lorem ipsum sample.

The length parameter is a number for the length of lorem ipsum. Each number indicates the amount of sentences (lyrics) to return.

const packt = require("packt-sardines");

packt.lorem(10);

// Returns: "We’re not scaremongering. This is really happening. One day, I am going to grow wings, a chemical reaction, hysterical and useless. Just cause you feel it, doesn't mean it's there. There's always a siren singing you to shipwreck. It's gonna be a glorious day, I feel my luck could change."

lyrics.random

The random() function returns a random radiohead lyric.

const packt = require("packt-sardines");

packt.random();

// Returns: Because I know today has been the most perfect day I've ever seen.

lyrics.getAlbumLyrics

The getAlbumLyrics(album_id) function the lyrics for the album provided by the album_id parameter.

const packt = require("packt-sardines");

packt.getAlbumLyrics(5);

// Returns: [ { songs: [...], name: 'amnesiac', id: 5 } ]

lyrics.getSongLyrics

The getSongLyrics(song_id) function the lyrics for the song provided by the song_id parameter.

const packt = require("packt-sardines");

packt.getSongLyrics(52);

// Returns: [ { track: 6, lyrics: [...], title: 'Knives Out' } ]

IDs

Album IDs

IDAlbum
1Pablo Honey
2The Bends
3OK Computer
4Kid A
5Amnesiac
6Hail to the Thief
7In Rainbows
8The King of Limbs
9A Moon Shaped Pool
101In Rainbows Disk 2

Song IDs

Song IDs are based on their track listing order. A few key song IDs are listed below:

IDSongDetails
1YouFirst Song + Track 1 of Pablo Honey
13Planet TelexTrack 1 of The Bends
25AirbagTrack 1 of OK Computer
37Everything in Its Right PlaceTrack 1 of Kid A
48Pyramid SongTrack 1 of Amnesiac
582 + 2 = 5. (The Lukewarm)Track 1 of Hail to the Thief
7215 StepTrack 1 of In Rainbows
82MK 1Track 1 of In Rainbows Disk 2
91Morning Mr MagpieTrack 1 of The King of Limbs
98Burn the WitchTrack 1 of A Moon Shaped Pool
108True Love WaitsLast Song