Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 353 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 353 Bytes

Introduction

This is a weather app designed in Node.JS with CLI. It is developed just to show off my skills.

Usage

  1. Clone this repository to your machine:
git clone https://github.com/3atharvkurdukar/weather-app-cli.git
  1. Install the dependencies
npm install
  1. Run the app
node app -a "Your address here"