A very basic command line weather app Created with ❤️ in ⬢Node.js by Jeremy Swanborough
- ⎇ Git
- ⬢ Node.js
- ⬤_Yarn
- ☁ Dark Sky API
- 🌏Geocode API
- Clone the repo using
git
and open the notebookdir
λ git clone https://github.com/jeremyswann/weather.git weather
λ cd weather
- Install the app using
yarn
λ yarn install
- Create a
.env
using the.env.example
file replaceing the strings with your own API keys
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! 🎉