3.1 API calls from Node.js (Weather data from Dark Sky) - Working with Data and APIs in JavaScript

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Three Years later and i can't find a better vid than this for resolving cors.Thank you for the beginner friendly and clear explanations.

KalyanSingh-sdjw
Автор

This is an amazing series.

A note regarding node-fetch as of 09/18/21:

When I ran "npm install node-fetch", it gave me an error because node-fetch got upgraded to v3 and was wanting me to use "import" instead of "require". Make sure you update your .json to run node-fetch to version 2.0.0 if you see the same issue, and then it will work! Just paying it forward =) Thank you so much for these videos!!!

stevenrivadeneira
Автор

I’ve watched through the Coding Train videos for about a year now, and i’m still amazed that this quality stuff is just out there for everyone to enjoy for free. So huge thanks.

kaxbyrita
Автор

Man you are a treasure, thank you for your effort and all of the content that helped thousands of people to become better devs and struggle less with reading answers on stackoverflow

oxygenmoldova
Автор

This was exactly the explanation I was looking for when it comes to CORS. It has been quite a confusing topic for me until now, excellent video!

Bradenxd
Автор

Just wanted to say thanks for this video.
I was struggling with properly using a 3rd party API. Most tutorials on Youtube show how to use 3rd party APIs but not on how to setup a route so the user/client doesn't have access to your key!
This was super valuable, in ANY REAL WORLD APPLICATION, you don't want the user to have access to that key! They could run up your bill etc!
Thank you for the video.

Sondly
Автор

I don't think I've ever seen a more cheerful, bubbly, coder before... I'm usually banging my head in pure frustration whenever I have to explain anything code-related to anyone, especially my bosses...

alpachino
Автор

Just seeing this channel for the first time (I wonder how it's possible that it took so long) and I already like how you explain things.

progressnwimuelekara
Автор

wow those rover cameras are amazingly clear

geoffwagner
Автор

I'm working on a personal project to develop some web dev skills and this video just helped me immensely with a problem that i've been struggling with the last couple of days. Thank you!

alexf
Автор

Let's share this video to your friends who have the same passion!

People : The Coding Train is Quality Contents Youtuber?
Me : Yes.

devilnight
Автор

Amazing this is such a great reference, short, concise and straight to the point! You're an amazing teacher thankx for putting this up for free ☺

leerenae
Автор

very cool these classes, it is difficult to find classes in Portuguese with a level of content well explained, so I watch English with subtitles kk

alexsandergutierrezgoncalves
Автор

Still awesome, loving this video series. I vote for an OAUTH2 series at some point.

lilrex
Автор

You guessed it right at the beginning of the video (well around 5min) dark sky api isn't an option anymore (it got brought by Apple and stopped allowing new sign ups) so I'll follow along using Open wheater api (it seems to be pretty similar and also ask to create an account) I'll comment again if it's a success and share the code on github if others are interested :D

(btw this video series is awesome ! I really enjoyed going until there ^^)

godetarnaud
Автор

I want to say thanks for this and all other videos that you make. You make my days with whole those videos and the energy that you give us. You are the one of the bests who has all the attraction during the video with covering whole knowledge. Thank you Daniel with all my heart :)

kardes
Автор

6 days left until I finish the requirements of my bachelors in software engineering and this refresher has been clearer than any of my instructors have been able to explain anything. Thank you. Happily hitting that subscribe button.

heavygruff
Автор

Loving your video series on this topic so far. These videos have answered some questions I've had for a few days now that I haven't seen covered, or at least not in a clear manner, in other tutorials here on YouTube or even on Udemy. Keep up the fantastic work! Looking forward to watching more of your content.

destinationveritas
Автор

You make great videos and manage to do it in a fun way. Your personality is endearing. Thank you.

aliaksandrhn
Автор

So I was trying to get data from an API and kept getting the CORS error. I was fetching from the client side but then I clicked and remebered this video! Thanks man :D

swiftpotato