en / es / ca / de

Spotify Express

This project uses the Spotify API to create an artist search engine where you can find information about their albums and even listen to a preview of their songs.

Source code

Features

  • Searches are done by author.
  • When an artist is selected, it is possible to see all his albums.
  • On each album, the songs that are on it will appear with a 30 second preview.
  • It is possible to go back to the home page from any part of it.

What I learned

  • How to render a page from the server side with Express and Handlebars.
  • How to store secret data like API keys in a secure document with Dotenv.
  • How to read and understand official API documentation.
  • How to deploy a back-end project with Heroku.

Technologies

  • Front-end: Node with Express and Handlebars, CSS
  • Back-end: -