Skip to content

Commit

Permalink
added screenshot + updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomcv committed Jul 21, 2020
1 parent 4458a3c commit 0e5294b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Weather app

![app-screenshot](./app-screenshot.png)

A simple weather app for [advertio](https://advertio.com/)'s react exercise, using the OpenWeather API.

You must provide your own API key. Simply run: `REACT_APP_API_KEY={YOUR API KEY HERE} npm start`

## Requirements:
- [x] display the current temperature in a specific city (e.g.: 18 °C);
- [x] the display must include an icon representing the weather (e.g.: a sun);
- [x] the sunrise and sunset time in local time (e.g.: 7:43 and 18:55);
- [x] switch to toggle the temperature value between Celsius and Fahrenheit;
- [x] select with at least 3 cities, so we can check the weather there.

<hr>

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts
Expand Down
Binary file added app-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e5294b

Please sign in to comment.