lukeajtodd / recentify-vue

Spotify Recently Played Application

Home Page:recentify-vue.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recentify

Showing a user their recently played artists and tracks from Spotify.

All documentation regarding Issues, Todos or Testing is in the docs/ directory.

Design

Making use of the Spotfy Guidelines.

Requirements

Node 14+ and a Spotify Application

Usage

env

Copy the contents of .env.example to .env and fill in the CLIENT_ID from your Spotify Application.

Make sure you have included the callback URI for your current origin in your Spotify Application. It should look something like this: https://localhost:3000/callback or https://www.myliveapp.com/callback. Making sure to keep the /callback.

Install

yarn

Basic

yarn dev

Build & Start (Server)

yarn build && yarn start

Generate (Static)

yarn generate

About

Spotify Recently Played Application

recentify-vue.vercel.app


Languages

Language:Vue 48.0%Language:TypeScript 22.7%Language:JavaScript 14.3%Language:CSS 14.1%Language:HTML 0.9%Language:Shell 0.0%