tags language resources
todo, api, json
ruby
3

Spotify's Chart API Todo

Objective

Get more familiar with using APIs and their JSON contents in Ruby.

Introduction

Scraping sites is one way to get data but many times, companies will expose more data through their application programming interfaces, or APIs. For this todo, we're going to focus on Spotify's chart API.

Instructions

Bonus

  • Make a command line app that interacts with the API.

Resources