A simple app the recommends three songs based on a given three artists.
Link: https://unequaled-thoracic-protocol.glitch.me/
On the front-end,
public/index.html
contains the content of the webpagepublic/script.js
is the javacript that runs when you load the webpagepublic/style.css
is the styles forpublic/index.html
On the back-end,
- App starts at
server.js
- frameworks and packages in
package.json
- safely stores app secrets in
.env
Made by Glitch
( ᵔ ᴥ ᵔ )