spotify-preview-finder
Version:
Get Spotify song preview URLs along with song details. Now supports searching by song name and artist for improved accuracy.
33 lines (32 loc) • 736 B
JSON
{
"name": "spotify-preview-finder",
"version": "2.1.0",
"description": "Get Spotify song preview URLs along with song details. Now supports searching by song name and artist for improved accuracy.",
"main": "index.js",
"scripts": {},
"keywords": [
"spotify",
"preview",
"music",
"audio",
"stream",
"preview-url",
"artist",
"search"
],
"author": "Lakshay",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.4.5",
"spotify-web-api-node": "^5.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lakshay007/spot.git"
},
"bugs": {
"url": "https://github.com/lakshay007/spot/issues"
}
}