8000 GitHub - waliem/project-mongo-api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

waliem/project-mongo-api

 
 

Repository files navigation

Mongo API Project

This project aimed at setting up and storing data in mongoDB, and query that data from an API that I build containing a dataset from spotify with the top songs on the billboard from 2010 - 2019.

The features

Endpoints:

GET /endpoints - to get

GET /tracks - to get the whole data with all songs

GET /tracks/index - to find a single item with the given index.

GET /tracks/titles/:title - to get a single item with the given title

GET /tracks/artists/artist/:artist - to get a single item with the given artist

GET /tracks/year/:year - to get all the sings on a given year between 2010-1019

GET /tracks/genre/:genre - to get all the songs that in genre

GET /tracks/bpm/:bpm - to get all the songs with the given bpm

Other queries: /tracks/artist/?artist=Rihanna

/tracks/genre/?genre=dance pop

all endpoints handles errors if the item can not be found or is invalid.

View it live

https://top-tracks-mongo-api.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0