Skip to content

aliroemhildt/chart-toppers-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published