caiquecp / weather-app

CLI weather app made with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather app

A CLI weather app used to check the current temperature for the location you want.

Available features:

  • check current temperature by location

Used libraries, modules and features:

  • nodemon: CLI utility to detect changes in code and restart the app
  • yargs: tool to parse and configure arguments in CLI
  • request: simple and easy to use tool to make HTTP/HTTPS requests
  • promises: to work asynchronously in JS avoiding callback hell

The app was made during The Complete Node.js Developer Course (v2), Section 4: Asynchronous Node.js.

About

CLI weather app made with Node.js


Languages

Language:JavaScript 100.0%