This repository will contain three utilities implemented within hexlet oop-workshop.
Before the first run of any utility, don't forget to yarn or npm i first
Simple utility for getting location info by IP address
Syntax: yarn get-geo [ip]
Instead of specifying ip, you could just yarn get-geo which will use your address as [ip]
Utility for demonstrating the pipeline behavior
Syntax: yarn pipeline
CLI utility for getting weather info by
Syntax: yarn weather --service <owm|darksky> [city]