Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 559 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 559 Bytes

Top 5000 Songs Playlist With An SQL Database

Required NPM Packages:

Run application with:

node.js top5000.js

Supported queries are:

  • A query which returns all data for songs sung by a specific artist
  • A query which returns all artists who appear within the top 5000 list more than once
  • A query which returns all data contained within a specific year range
  • A query which searches for a specific song in the top 5000 and returns the data for it