CodingTrain/Intro-to-Data-APIs-JS

3.x video notes

shiffman opened this issue · 0 comments

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 and openAQ!
  • I should have been more specific once I start using URL query string with openAQ and tied that back to how I'm doing the GET request with URL parameters in my node server.