Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

slyrics

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slyrics

Fetch Lyrics Without Api Key

  • 0.1.42
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

slyrics - Fetch Lyrics Without Api Key

NPM Badge JavaScript Style Guide

Contributors:

Sangoon_Is_Noob
Sangoon_Profile_SRC

Interested this project? Contribute this project!

Installations

Using npm:

npm install slyrics --save

or Download this repository!

Examples

const Lyrics = require('slyrics')
const lyrics = new Lyrics()

async function test (provider, title) {
    const start = new Date().getTime()
    const result = await lyrics.get(provider, title)
    console.log(result)
    console.log(result.result)
    console.log(new Date().getTime() - start + 'ms')
}
test('melon', 'Takeaway')
ProvidertagContributor
MelonmelonSangoon_Is_Noob
AtoZLyricsatozSangoon_Is_Noob

Keywords

FAQs

Package last updated on 16 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc