Get insights for the top tracks on Deezer for a specific day in a specific country.
Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Charts-GetDeezerChart
cm charts deezer [flags]
cm charts deezer --country_code=US --latest=true
cm charts deezer --country_code=FR --date=2019-03-18
--country_code string Filter by chart's country code in ISO Alpha-2 format. Allowed values: 'US', 'FR', 'JP', 'DE', ...
--date string Charting date in ISO date format YYYY-MM-DD. Required unless 'latest' flag is true.
--latest string If true, returns the latest data point available regardless of date. Allowed values: 'true', 'false'
-h, --help help for deezer
-d, --debug Display debug output in the console (default: false)
-r, --refresh_token string Chartmetric API Refresh Token to use (overrides config file token; does not save)
-V, --verbose Show additional details only when displaying debug info (default: false)