A Node.js command line weather forecast app
git clone [email protected]:sikender/weder.git
cd weder
npm install
node app.js -a "New York"
You need an api key from Dark Sky. Paste the api key in the .env file.
"The code in this project is licensed under MIT license."