ansonj712 / Billboard-API

Web API for Billboard charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Billboard-API

A simple Web API project for Billboard charts

Setup

Must have Visual Studio and latest .NET Core SDK installed

  1. Open Visual Studio
  2. Restore NuGet Packages
  3. Run project - Homepage with Swagger UI will automatically pop up, or
  4. Navigate to http://localhost:5001/swagger/index.html

How to Use

Basic Endpoint

http://localhost:5001/api/charts/{name}
http://localhost:5001/api/charts/{name}/{date}

Sample Chart Names

  • hot-100
  • pop-songs
  • dance-electronic-songs
  • r-b-hip-hop-songs
  • country-songs

Postman

About

Web API for Billboard charts


Languages

Language:TypeScript 48.2%Language:C# 31.3%Language:JavaScript 7.9%Language:HTML 7.6%Language:Dockerfile 4.7%Language:CSS 0.3%