Город МОСКОВСКИЙ
01:01:58

Openweathermap API tutorial - Weather App in 1 Hour | Tutorial - Part 1 (C# API & Visual Studio)

Аватар
JS Первые Шаги
Просмотры:
27
Дата загрузки:
29.11.2023 15:40
Длительность:
01:01:58
Категория:
Развлечения

Описание

In this video, I’ll show you Weather App using OpenWeatherMap API tutorial - Weather App in 1 Hour | Tutorial - Part 1 (C# API & Visual Studio) for windows. Enjoy!

My Goal is to developed apps using react native and React js and C#, I am starting with React native weather app for android phone and iPhone(IOS) apps. Anyone need more apps development tutorial please don't be hesitant to request, always welcome, you can request through the comment.

BE MY FRIEND:

?Add me on Instagram: jafranjemal
?Add me on Facebook: https://www.facebook.com/jafranjemal....
??Add me on LinkedIn: https://www.linkedin.com/in/jafran-je...

ABOUT MY CHANNEL:
Hi! I’m JJ. On my channel, you will find React Native tutorials. I love sharing bug fixing, app development, and tricks, etc. With you guys as I experience them myself.
Subscribe here to see more of my videos in your feed!
http://www.youtube.com/channel/UCZJ7U...



Feel free to add me on Instagram/Facebook/Snapchat/Tiktok: jafranjemal










Please watch: "AL-Jemaliya Modern Nursery -2018 (Logo Reveal)"
https://www.youtube.com/watch?v=eZllA6amwaY --~--


//celcius/Farhanite symbol unicode : \u00B0C


//openweathermap website : http://openweathermap.org/


//openweathermap forcast link : http://api.openweathermap.org/data/2....

//openweathermap weather link : http://api.openweathermap.org/data/2....

//weather Icons link : https://drive.google.com/open?id=0B5L...


// millisecound to DateTime methode
DateTime getDate(double millisecound)
{

DateTime day = new System.DateTime(1970, 1, 1, 0, 0, 0, 0, System.DateTimeKind.Utc).ToLocalTime();
day = day.AddSeconds(millisecound).ToLocalTime();

return day;
}

Рекомендуемые видео