antoniocosentino / technoland

A small experiment with React and Spotify API. The application tells you if I'm currently listening to Techno πŸ”Š

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Antonio in the land of Techno πŸ”ˆ

This is an experiment with React and Spotify Web Api. The app uses Spotify's API to retrieve real-time playing track and music genres.

Live Demo

By default the information showed is coming from my personal Spotify account.

The app supports also Spotify Connect, so you can try it yourself with your Spotify account. Needless to say, authentication is between you and Spotify, nobody else will be able to see your playback information.

You can also revoke authorization anytime by going on your Spotify dashboard:

Account -> Apps -> In the land of Techno -> Revoke access

FAQ

What's the point? Is this useful?

Not at all. This is mainly a code playground for me. Plus: I like Spotify.

"In the land of Techno?" What does that mean?

Once I referred to myself working with super-loud headphones as being "in the land of Techno". That's it, I have a weird sense of humour.

I'm afraid of clicking "Connect". Will you steal my info / password?

Of course not. The authentication is done with the official Spotify Connect procedure. I will only obtain your temporary token (valid for 1 hour) which, by the way, I'm not even storing because I'm too lazy.


App Screenshot

About

A small experiment with React and Spotify API. The application tells you if I'm currently listening to Techno πŸ”Š


Languages

Language:JavaScript 80.1%Language:HTML 10.4%Language:CSS 9.5%