An open API service indexing awesome lists of open source software.

https://github.com/leoelicos/clima

Weather Data Visualization
https://github.com/leoelicos/clima

openweatherapi svg-animations

Last synced: about 1 month ago
JSON representation

Weather Data Visualization

Awesome Lists containing this project

README

          

# Clima

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

## Introduction

This easy-to-use dashboard allows the user to search for any city they want and get instant results for temperature, wind speed, UV index and humidity. This app solves the problem of getting useful information quickly about any city. I made this app to learn about Server-side APIs, and I used OpenWeather API in this project to search their database with the queried city. I also learned how to generate an SVG dynamically and also make it responsive to the width of the viewport.

## Usage

Deployed: [Clima](https://leoelicos.github.io/clima/). Will run on a browser.

## Screenshots

### Mobile devices

![Clima Deployed Small Screen](./assets/images/ssnarrow.jpg)

### Large screens

![Clima Deployed Large Screen](./assets/images/sswide.jpg)

## Credits

- BCS Resources
- normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css

## License

© Leo Wong

Licensed under the [MIT License](./LICENSE).