node-course-v3-code icon indicating copy to clipboard operation
node-course-v3-code copied to clipboard

Code for version 3 of The Complete Node.js Developer Course

Results 9 node-course-v3-code issues
Sort by recently updated
recently updated
newest added

Update ```javascript findByCredentials() function``` error messages

darksky does not give free access to API development and there is no sing up available any more , and by using the same url in teaching course i get...

Tried all examples on gist, they all produce the same error. console.log(tasks.getTasksToDo()) ^ TypeError: tasks.getTasksToDo is not a function at Object. (/home/nemi/code/playground/3-arrow-functions.js:16:19) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10) at Module.load...

While accessing via address bar APIs( https://api.mapbox.com/geocoding/v5/mapbox.places/..., https://api.darksky.net/forecast/....) working fine. > While using web-server project code then in request({ url, json: true }, (error, { body} = {}) => {.........

Using a semicolon in the address field of weather app crashes the server

Hope the package is removed from npm. could you please update the project to work without it?

Hi, this is a bit obscure, specially for anyone new to Javascript, I'm not sure when you're going to make a new version, or if you can put a note...

Hi Andrew, I have attended your course on Udemy for nodejs. It was really helpful. Based on your guidance, I am using node module in my application. I am facing...

Hello Andrew, I am learning MongoDB from your course. I am at the section Mongodb and promises. In the video connecting and inserting the documents you had used MongoClient to...