Skip to content

A CLI app that allows you to fetch location information, time information and current weather for a specified location

Notifications You must be signed in to change notification settings

DimosthenisK/invisible-geocode

Repository files navigation

Invisible Geocode

Table of Contents

About The Project

This project allows you to fetch location information, time information and current weather for a specified location

Built With

Installation

  1. Clone the repo
git clone https://github.com/dimosthenisk/invisible-geocode.git
  1. Install NPM packages
yarn
  1. Fill in your API keys & Options in the .env
GEO_API_KEY=
WEATHER_API_KEY=
UNITS=metric
LANG=en

Usage

yarn run start "Location Information"
yarn run start "Athens Greece"
yarn run start "Athens Greece, New York US, Sao Paolo"

Test

yarn test

Sample output

Sample output

About

A CLI app that allows you to fetch location information, time information and current weather for a specified location

Resources

Stars

Watchers

Forks