Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 779 Bytes

File metadata and controls

26 lines (17 loc) · 779 Bytes

Build Status

About

Weather-App is an open-source project designed primarily for learning and assimilation of learned techniques.

How It Works

During development process app will be using mocked weather data.

This application is using OpenWeatherMapAPI to gather both geographical coordinates of user defined city and weather for next 7 days.

Technology Stack

  • React
  • TypeScript
  • SCSS
  • MirageJS
  • Travis CI

Installation

  1. Install latest LTS npm (recommended via nvm)
  2. Clone repository
  3. Perform npm -i to install all required dependencies
  4. Run project locally using npm start