GithubHelp home page GithubHelp logo

adagala / deezer-app Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.1 MB

Deezer App is React/Node App that explores the Deezer API. Users can search for tracks and also view top tracks and albums from artists.

Home Page: https://deezer-app-c8dc8.web.app/

HTML 5.54% CSS 0.45% TypeScript 89.37% JavaScript 4.17% Shell 0.47%
express firebase nodejs react tailwindcss

deezer-app's Introduction

Deezer App

Deezer App is React/Node App that explores the Deezer API. Users can search for tracks and also view top tracks and albums from artists.

Run Locally

Clone the project

  git clone https://github.com/adagala/deezer-app.git

Go to the project directory

  cd deezer-app

Install dependencies

  npm install

Start the server

  npm run start

Run Functions Locally

Go to the project functions directory

  cd deezer-app/functions

Install dependencies

  npm install

Start the emulator

  npm run serve

Demo

https://deezer-app-c8dc8.web.app/

API Reference

Environment

Cloud Functions

  https://us-central1-deezer-app-c8dc8.cloudfunctions.net

Cloud Functions Emulator

  http://localhost:5001/deezer-app-c8dc8/us-central1

Search for tracks

  GET /search/${query}
Parameter Type Description
query string Required. Track you are searching for

Get artist

  GET /artist/${id}
Parameter Type Description
id string Required. Id of artist to fetch

Get artist info

  GET /artist/${id}/info
Parameter Type Description
id string Required. Id of artist to fetch. Returns artist's info, albums and top tracks

Get artist's top tracks

  GET /artist/${id}/top
Parameter Type Description
id string Required. Id of artist to fetch top tracks

Get artist's albums

  GET /artist/${id}/albums
Parameter Type Description
id string Required. Id of artist to fetch albums

Tech Stack

Client: React, TailwindCSS

Server: Firebase, Node, Express

deezer-app's People

Contributors

adagala avatar

Stargazers

Roman avatar

Watchers

 avatar

deezer-app's Issues

Favourite songs

Enable users to add favourite songs.

They should be able to have an option to only view their favourite songs.

Auth

Add authentication.

This will enable the adding of user specific features.

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.