Socket
Socket
Sign inDemoInstall

animelyrics

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animelyrics

A hacky animelyrics.com scraper.


Version published
Weekly downloads
3
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

animelyrics

A hacky scraper for https://www.animelyrics.com.

There may be some errors in the results.

Installation

npm install animelyrics

Example

const search = require('animelyrics');

search('waiting for the rain').then(song => {
    console.log(song.anime + ': ' + song.description)
    console.log(song.info.join('\n'))
    console.log('-------------')
    console.log(song.lyrics.join('\n'))
}).catch(console.error)

OUTPUT

Gakusen Toshi Asterisk; The Asterisk War: ED
Artist: Maaya Sakamoto
Lyrics: Rasmus Faber
Composition: Rasmus Faber
-------------

I'm waiting for the rain
I'm bracing for the thunder
A twig that wouldn't sway
In the wind

Awaken from a dream
Arising from a slumber
I'm far away from home
On my own

Hear my yearning
See the crimson flame
Like a ruby
It's the hope
In my eye

If you go away
And I don't see you anymore
I still wouldn't sway
But I'd be
Missing you
Now don't be afraid
You the flower couldn't sting
You can hide in my shade
Or maybe I...
Could I be safe
In yours?

A moment left to bloom
I wither by the morning
Can we be staying here
For a while

Hear my yearning
See my raging light
It's my token that we won't
Say goodbye

If you go away
And I don't see you anymore
I still wouldn't sway
But I'd be
Missing you
Now don't be afraid
You the flower couldn't sting
You can hide in my shade
Or maybe I...

Would go away
And I don't see you anymore
I still wouldn't sway
But I'd be
Missing you
Now don't be afraid
We are lasting yet awhile
I will give you a day
Or maybe I...
Could I have one
Of yours?

I'm waiting for the rain...

Keywords

FAQs

Package last updated on 29 Sep 2017

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