Skip to content

grega913/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-app

App from section 4 of Udemy Course. App should display weather info based on address provided as argument -a.

example of running the app:node app -a'Berlin'

libraries:

  • axios
  • requests
  • yargs - defining arguments in calling the app

APIs:

  • googlemaps -> transforming address into lat and long
  • darksky -> finding current weather data for provided lat and long