Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.79 KB

Readme.md

File metadata and controls

62 lines (39 loc) · 1.79 KB

Weather app

This is part of the async and await functions section in The Odin Project’s JavaScript Curriculum. Find it at https://www.theodinproject.com/courses/javascript/lessons/weather-app for more details.

Search the current weather for any place, convert temperature between Celsius and Fahrenheit. This project makes use of Weather Api and Pexels Api, both are public.

Live Demo down below

weather-app

Demo

Built With ✨

  • JavaScript ECMA6
  • Node.js v13.2.0
  • webpack 4.41.5

Prerequisites

  • Node.js installed You will need Node.js up to v8

  • System dependencies Windows/ Mac

Installing

Clone project and run: npm install

Running the tests

This project doesn't count with automated tests.

How to use

You can type any city name, for example, "New York". If you want more specifications you can follow the next format: city name, state, and country-code divided by comma use ISO 3166 country codes. For example:

city name state Country code
Monterrey nuevo leon mx

List of country codes ISO 3166

How to contribute and participate

Fork this repo and submit a PR for review and potential merge to the main branch. Feel free to leave feedback. 😄

Authors

👨‍💻 Gabriela Cruz

License

This project is MIT licensed.