GithubHelp home page GithubHelp logo

qeude / nowplayify Goto Github PK

View Code? Open in Web Editor NEW
18.0 1.0 1.0 525 KB

πŸ’» Web app that display the currently playing track on your Spotify account. Mainly made to use on a raspberry-pi.

Home Page: https://nowplayify.herokuapp.com

JavaScript 58.78% Vue 41.22%
spotify raspberry-pi vue tailwindcss vuejs nuxt nuxtjs javascript

nowplayify's Introduction

πŸ”Š nowplayify

πŸ“– Decription

πŸ’» Web application made using Nuxt and the Spotify API.

While playing on your Spotify account, it shows the currently playing track. While not playing, it shows the paused track and your last month 6 top tracks.

Mainly done to deploy it on a Raspberry Pi to use it as a decoration frame (on a 7" touch screen).

πŸ‘¨πŸ»β€πŸ’» Demo

You can find a demo here. (Allow pop-up in your browser if nothing happens)

🀯 Backend

Here is the repository for the backend part. It handles authentication part with the Spotify API.

πŸ›  Install

Backend

  • Run these commands
# clone backend code
$ git clone https://github.com/qeude/nowplayify-api.git
$ cd nowplayifi-api
$ touch .env
CLIENT_ID=<YOUR_SPOTIFY_CLIENT_ID>
CLIENT_SECRET=<YOUR_SPOTIFY_CLIENT_SECRET>
NODE_ENV=development
  • Then run
# install dependencies
$ yarn install

# start local server
$ yarn start

Frontend

  • Run
# clone repo
$ git clone https://github.com/qeude/nowplayify.git
$ cd nowplayify
$ touch .env
  • In the .env file add this line
AUTH_API_URL=http://localhost:5000/
  • Then run
# install dependencies
$ yarn install

# start local server
$ yarn dev

πŸ‘¨πŸ»β€πŸ’» Developer

nowplayify's People

Contributors

qeude avatar

Stargazers

Peter Merrild avatar AJ avatar Tuan Duc Tran avatar Shuja ur Rahman avatar Klaus Ening avatar Sampath Eaty avatar Branden Dane avatar Jnthn Rs avatar Daan avatar Dhiraj Shrotri avatar  avatar Ashley Morris avatar  avatar Michael Skolnik avatar Jakub Koralewski avatar MasterEvarior avatar Piotr GaΕΊdzicki avatar Yell0wWait avatar

Watchers

James Cloos avatar

Forkers

turtlehunter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.