/Weather-API

Primary LanguageTypeScriptApache License 2.0Apache-2.0

WEATHER-TEST-API

This Project is a weather-test-api that can be used to:

  1. Get the weather condition of any particular day or month.
  2. Update the weather condition of any particular month or date.

npm install

To Install Dependencies.

npm run build

Builds the app for production to the build folder.
It correctly transpiles the files from typescript to javascript and optimizes the build for the best performance.

npm run start

To run the API.

npm test

Launches the test runner in the terminal or the CLI. Unit test for the getWeather and updateWeather feature.