UNPKG

spotifydatacli

Version:

SpotifyDataCLI is a command-line interface (CLI) tool that allows users to access thier Top Songs and Artists in 3 Categories . Developed by Vishal Pal, this tool is built using Node.js. SpotifyDataCLI relies on a number of popular Node.js packages, inclu

18 lines (17 loc) 294 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script> const hash = window.location.hash .substring(1) fetch('/token?' + hash) .then(() => { window.close() }) </script> </body> </html>