Intro-to-Data-APIs-JS
Intro-to-Data-APIs-JS copied to clipboard
Working with Data and APIs in JavaScript
Just starting! And already hitting a minor roadblock. Both the code I wrote and the [code from Github](https://github.com/CodingTrain/Intro-to-Data-APIs-JS/blob/source/module1/01_fetch_image/index.html) lead to an error in my browser when it tries to fetch...
From @joeyklee! * Maybe one thing to note is maybe to change the file name to remove the crazy characters in the csv file name. It seems to be working...
Things I maybe should have mentioned to note for the future: * I don't need to split latitude and longitude string since it stays as comma-delimited for both dark sky...
They start off as an empty array and then get added to so the cannot be `const `and should be `var` or `let` instead.
Filing some notes in case I want to record an extra video to go in between 1.1 and 1.2. * mentioning `try/catch` as error handling option next step * pointing...
Hi @shiffman! I made an updated version of the weather application for module 3 that makes use of the node environment variables using `.env` and making use of a `config.js`...
Hi Dan, This is quite likely for another time, but I found that a lot of students generally are looking for some basic authentication. Express has a handy `basic-express-auth` library...