tokenify

1.2.0 • Public • Published

🎰 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

Package Sidebar

Install

npm i tokenify

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

10.7 kB

Total Files

5

Last publish

Collaborators

  • vvo