An application that is able to tell the current weather conditions of the area you are in. The application uses an API from Yahoo Weather.
- Install using
git clone https://github.com/Wonder13oy/WeatherApplicationJS.git
- Go into the file by
cd WeatherApplicationJS
- Install Dependencies using
npm install
- Start Program by
npm start