Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.07 KB

Weather App ☁️

A very basic command line weather app Created with ❤️ in ⬢Node.js by Jeremy Swanborough

Requirements:

Installation:

  1. Clone the repo using git and open the notebook dir
λ git clone https://github.com/jeremyswann/weather.git weather
λ cd weather
  1. Install the app using yarn
λ yarn install
  1. Create a .env using the .env.example file replaceing the strings with your own API keys

How to use:

Run --help to get a list of possible commands

λ node app --help
Options:
  --address, -a  Address to fetch weather for
  --help, -h     Show help
  --version, -v  Show version number

Have fun! 🎉