/nodejs-web-weather-server

Made this app using nodejs to improve knowledge.

Primary LanguageJavaScript

Weather web app with nodejs

I've been learning node.js and made this app to improve the knowledge!

  • async javascript;
  • API consuming;
  • Object destructuring and shortand;
  • API consuming(darksky and mapbox);
  • API providing with express based on the address;
  • Static file providing with express;
  • Using HBS to provide templates;