Giter Club home page Giter Club logo

spotify-cover-fetch's Introduction

spotify-cover-fetch

This program fetches cover art from Spotify, because over a year ago, when I still had a local music collection, I got really bummed out about only finding the cover art on there and not through various image searches. Now I have the skills to make this, but no need for it; maybe someone does.

Installation

# npm i -g spotify-cover-fetch

Usage

spotify-cover-fetch should work with any validish Spotify IDs, meaning that it will work for anything containing something similar to track:6PVfRMTytzNlq9P1BP3Jl0. This will allow usage with all Spotify URLs I'm aware of - play., open. and spotify: - but I recommend the latter because it won't contain any weird characters, hopefully.

Examples:

Command-line:
$ spotify-cover-fetch spotify:track:6PVfRMTytzNlq9P1BP3Jl0
...with multiple URLs:
$ spotify-cover-fetch spotify:track:6PVfRMTytzNlq9P1BP3Jl0 spotify:album:4GMgNPA4fMv3U0QQsdRLJk
As a module:
var scf = require('spotify-cover-fetch')
scf('spotify:track:6PVfRMTytzNlq9P1BP3Jl0')
...with multiple URLs:
var scf = require('spotify-cover-fetch')
scf(['spotify:track:6PVfRMTytzNlq9P1BP3Jl0', 'spotify:album:4GMgNPA4fMv3U0QQsdRLJk'])

License

Uses the LGPL-3.0, a.k.a. use it, modify it, contribute back, keep it open.

spotify-cover-fetch's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

spotify-cover-fetch's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.