Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1 KB

README.md

File metadata and controls

27 lines (18 loc) · 1 KB

Chart Toppers API

About

A RESTful API created to accompany the Chart Toppers UI. This server is written in JavaScript using Express and Node.js. This API contains data for the top 5 songs from the Billboard Year End chart for the years 1980 - 2021. Each song object contains an id, title, artist, and image url.

The netlify deployment can be accessed here

Set Up

  1. clone down this repo
  2. cd into your local copy
  3. run npm install
  4. run npm start

Technology Used

  • JavaScript
  • Express
  • Node.js
  • Netlify

Endpoints

Description URL Method Required Properties for Request Sample Successful Response
get all songs https://chart-toppers-api.netlify.app/.netlify/functions/api GET none an object containing all song data for the years 1980 - 2021