This project allows you to fetch location information, time information and current weather for a specified location
- Clone the repo
git clone https://github.com/dimosthenisk/invisible-geocode.git
- Install NPM packages
yarn
- Fill in your API keys & Options in the .env
GEO_API_KEY=
WEATHER_API_KEY=
UNITS=metric
LANG=en
yarn run start "Location Information"
yarn run start "Athens Greece"
yarn run start "Athens Greece, New York US, Sao Paolo"
yarn test