Skip to content

mikelzuru/deezer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deezer

This repo contains a gRPC server and client implementation to interact with Deezer's API.

Setup

To setup your system, do the following:

make setup-dev

Should you make any changes to the code, do the following in order to check them:

make sanity-check

Run

Server

To interac to Deezer API, first run the server side:

go run cmd/main.go serve

Client

To interact with the server, use client side command:

go run cmd/main.go search

The above command will search 'hasselhoff' by default. In order to enter your own input, do the following:

go run cmd/main.go search --query ACDC

About

gRPC server/client to interact with Deezer API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published