Skip to content

Written in js, provides all the backing data for my website. - Spotify, Activity, Repos, Weather etc

Notifications You must be signed in to change notification settings

krushna06/MyAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyAPI

This is a RESTful API built with Node.js and Express that provides various endpoints for retrieving information such as weather data, my discord profile, my Spotify activity, and blog details.

Used for

  • Spotify History and Now Playing API / Provides realtime queue for portfolio.
  • Blog System for portfolio.
  • Local weather

API Endpoints

Weather

Endpoint: /api/v1/weather

Method: GET

Description: Retrieves the current weather information of Mumbai.

DProfile

Endpoint: /api/v1/dprofile

Method: GET

Description: Retrieves profile information from two sources: dcdn.n0step.xyz and external.

Spotify

Endpoint: /api/v1/spotify

Method: GET

Description: Retrieves the last song played on Spotify.

Blogs

Endpoint: /api/v1/blogs

Method: GET

Description: Retrieves a list of blogs, including titles, descriptions, and publication dates.

Projects

Endpoint: /api/v1/projects

Method: GET

Description: Retrieves a list of projects, including titles, descriptions, and creation/development dates.

About

Written in js, provides all the backing data for my website. - Spotify, Activity, Repos, Weather etc

Resources

Stars

Watchers

Forks