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
gitand open the notebookdir
λ git clone https://github.com/jeremyswann/weather.git weather
λ cd weather- Install the app using
yarn
λ yarn install- Create a
.envusing the.env.examplefile 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 numberHave fun! 🎉