/weather-app

The weather app with Node.js and Express (For Algorithms and Data Structures Task)

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Weather App

The weather app with Node.js, Express and AJAX (For Algorithms and Data Structures Task)

Getting Started

  1. If you prefer you do not need to write country or city. If you do not write, app checks your location and shows your location's weather.

  2. If you write some location (country and city together), app checks the location you typed then shows weather of you typed location.

To Run The Project

Clone repo and install dependencies

On the terminal or cmd display to run the project;
git clone https://github.com/crazycoderTR/weather-app.git
weather-app
npm install
npm run start:dev //for locally
just type