/Weather-app

This project fetches info from a weather api and show it asynchronously.

Primary LanguageJavaScriptMIT LicenseMIT

☀️ Weather app ⛅

This app fetches weather info from open weather api page. It's purpose is to showcase what I have learned about async and apis code in the Microverse course curriculum.

Built With

  • HTML
  • CSS
  • JavaScript

Live Demo

  • You can found a live demo of the app here

Prerequisites

  • node v13.14.0
  • npm 6.14.7

Getting Started

To get a local copy up and running follow these simple example steps

  • Clone the repository by running in the console of your local machine the following command

    git clone https://github.com/AlfredoElizarraras/Weather-app.git
    
  • Change directory to Weather-app folder.

  • npm install

Author

👤 Oscar Alfredo Gómez Elizarrarás


Show your support

Give a ⭐️ if you like this project!

Acknowledgments


Screen shots

home celcius farenheit error


📝 License

This project is MIT licensed.

Copyright 2020 Oscar Alfredo Gómez Elizarrarás

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.