fl4viooliveira / weather-dashboard

App that allows users to see the weather forecast for cities of their choosing.

Home Page:https://fl4viooliveira.github.io/weather-dashboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather-dashboard

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Weather Dashboard

Module 8 Challenge: Weather Dashboard
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Weather Dashboard

Overview

In this Challenge, you'll create an app that allows users to see the weather forecast for cities of their choosing.

Instructions

Server APIs: Weather Dashboard

Server APIs allow developers to access their data and functionality by making requests with specific parameters to a URL. Developers are often tasked with retrieving data from another application's API and using it in the context of their own. Your Challenge is to build a weather dashboard that will run in the browser and feature dynamically updated HTML and CSS.

(back to top)

Built With

  • JavaScript
  • Bootstrap
  • JQuery
  • OpenWeather

(back to top)

Getting Started

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

Prerequisites

Use the 5 Day Weather Forecast to retrieve weather data for cities. The base URL for your API calls should look like the following:

https://api.openweathermap.org/data/2.5/forecast?q={City}&appid={API key}.
  • none

Installation

To install, on the terminal type:

git clone git@github.com:fl4viooliveira/weather-dashboard.git

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Flavio Oliveira - @fl4viooliveira

Project Link: https://github.com/fl4viooliveira/weather-dashboard

(back to top)

Acknowledgments

(back to top)

About

App that allows users to see the weather forecast for cities of their choosing.

https://fl4viooliveira.github.io/weather-dashboard/

License:MIT License


Languages

Language:CSS 38.0%Language:JavaScript 35.9%Language:HTML 26.1%