Building a City Weather Forecast Service with NestJS, Axios, and QWeather API
This tutorial demonstrates how to create a NestJS backend that converts Chinese city names to pinyin, retrieves the corresponding city ID from the QWeather API, and returns a 7‑day weather forecast using a unified Axios HTTP client configuration.