1.3.0 • Published 2 years ago

genius-inert v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Genius Inert

A simple and fast utility that parses album or artist data to Genius in JSON format without authorization.

Installation

Via NPM

npm i genius-inert

Using

As simple as possible

import { parseInert } from 'genius-inert'

async function run() {
    const response = await parseInert('https://genius.com/albums/Larywen/Milk-step');
    console.log(response);
}

run().catch(console.log);
1.3.0

2 years ago

1.2.6

2 years ago

1.2.3

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago