Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
/ tokenify Public archive

🎰 Interactive command line tool to easily get refresh tokens for Spotify API

License

Notifications You must be signed in to change notification settings

vvo/tokenify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎰 tokenify

Interactive command line tool to easily get refresh tokens for Spotify API

Version Build Status License Downloads

Table of Contents generated with DocToc

Why?

While building applications with the Spotify API, the authorization guide is a good but very long ressource to grasp. It took me some time to understand that, for my usecase (automating the creation of playlists), I needed to obtain refresh tokens to then be able to ask for tokens on the Spotify API at any time.

Default tokens on the Spotify API have an expiration time, to be able to get new tokens, you need a refresh token.

But to obtain a refresh token, the process is a bit tedious, so if as me you just want to obtain one and then save it somewhere in and environement variable, use tokenify!

Demo

Demo of tokenify

Installation

npm install -g tokenify
# yarn global add tokenify

Usage

tokenify

Release

npm run release

About

🎰 Interactive command line tool to easily get refresh tokens for Spotify API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published