Weather web app to get a city current weather. The user can search for any city and get the information, besides the temperature, the app also shows date and time, wind speed and humidity levels. It is also possible to choose the temperature in Celsius or Fahrenheit.
- Javascript
- Webpack
- Bootstrap
- Open Weather Map API
To get a local copy up and running follow these simple example steps.
- A browser
- Text Editor
STEP 1 In the terminal, Run the following commands.
git clone git@github.com:thneves/City-Weather.git
cd City-Weather
STEP 2
- Open the terminal inside the app folder
- Run
npm install
- Run
npm run build
- Then
npm run start
to open the app
👤 Thales Neves
- GitHub: @thneves
- Twitter: @tsneves11
- LinkedIn: Thales Neves
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!