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.
- HTML
- CSS
- JavaScript
- You can found a live demo of the app here
- node v13.14.0
- npm 6.14.7
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
👤 Oscar Alfredo Gómez Elizarrarás
- Github: @AlfredoElizarraras
- Twitter: @OscarAlfredoGm4
- Linkedin: @OscarAlfredoGómezElizarrarás
Give a ⭐️ if you like this project!
- Microverse
- Odin project
- Weather API
- Celcius and Farenheit icons by: Vitaly Gorbachev
- Close and Search buttons by: Material icons
- I take the idea for the web design based on: Material design by Google
- Loading image from: Icon library
- Deployed on firebase
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.