Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 3.55 KB

README.md

File metadata and controls

67 lines (43 loc) · 3.55 KB

Weathery

Weathery is an online web application where you can check the weather of your current location, or by searching with the location name, coordinates (latitude and longitude), or by pinpointing the location anywhere on the map.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

  • npm
npm install npm@latest -g

Installing

  1. Clone the repo
git clone https://github.com/Ochanissi/Weathery.git
  1. Run npm install inside project root directory
npm install
  1. Start the server
npm run start
  1. Explore
Enjoy! :)

Built With

  • WebPack - Module Bundler
  • Babel - JavaScript compiler
  • Axios - Promise based HTTP client for the browser and NodeJS

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments