=================
در این برنامه ما با استفاده از API های سایت Openweathermap آب و هوای تمام نقاط جهان را نمایش داده ایم و فقط با نوشتن نام شهر یا ایالت خود می توانید از آخرین شرایط آب و هوایی مطلع شوید.
ابتدا پروژه را بارگیری کنید و سپس دستور زیر را در مسیر فایل پروژه وارد کنید
npm install
برای اجرای پروژه در خط فرمان ، دستور زیر را وارد کنید
npm start
=================
In diesem Programm haben wir das Wetter in allen Teilen der Welt mithilfe der APIs der Openweathermap-Website angezeigt. Sie können über die neuesten Wetterbedingungen informiert werden, indem Sie einfach den Namen Ihrer Stadt oder Ihres Bundeslandes eingeben.
Laden Sie zuerst das Projekt herunter und geben Sie dann den folgenden Befehl in den Pfad der Projektdatei ein
npm install
Geben Sie den folgenden Befehl ein, um das Projekt in der Befehlszeile auszuführen
npm start
=================
In this program, we have displayed the weather of all parts of the world using the APIs of the Openweathermap site, and you can be informed of the latest weather conditions just by writing the name of your city or state.
First download the project and then enter the following command in the project file path
npm install
Enter the following command to run the project on the command line
npm start