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.
- Spotify History and Now Playing API / Provides realtime queue for portfolio.
- Blog System for portfolio.
- Local weather
Endpoint: /api/v1/weather
Method: GET
Description: Retrieves the current weather information of Mumbai.
Endpoint: /api/v1/dprofile
Method: GET
Description: Retrieves profile information from two sources: dcdn.n0step.xyz
and external
.
Endpoint: /api/v1/spotify
Method: GET
Description: Retrieves the last song played on Spotify.
Endpoint: /api/v1/blogs
Method: GET
Description: Retrieves a list of blogs, including titles, descriptions, and publication dates.
Endpoint: /api/v1/projects
Method: GET
Description: Retrieves a list of projects, including titles, descriptions, and creation/development dates.