You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.3 KiB

[![Build Status](https://codefirst.iut.uca.fr/api/badges/augustin.affognon/MeteoApp/status.svg)](https://codefirst.iut.uca.fr/augustin.affognon/MeteoApp)
# Projet
<h2>Application native de météo </h2>
* Les données méologiques recupérées via une api <a href="https://iut-weather-api.azurewebsites.net/swagger-ui/"> WEATHER API</a>
* La persistance avec <b>AsyncStorage</b>
## MeteoApp Sketch
Accueil | Page Detail
:-------------------------:|:-------------------------:
<img size=500 src="https://share.balsamiq.com/c/o1Hmu5p1qDXA4mbhw136Zk.png" /> |<img size=500 src="https://share.balsamiq.com/c/68xffMTdJcTdx9QhRhqPDh.png" />
## MeteoApp Screenshots
Accueil | Page Detail | Page Favoris | Liste Favoris
:-------------------------:|:-------------------------:|:-------------------------:|:-------------------------:
<img size=500 src="Documentation/images/home.png" /> |<img size=500 src="Documentation/images/detail.png" /> | <img size=500 src="Documentation/images/favorite.png" /> | <img size=500 src="Documentation/images/favorites.png" />
### Installation
```
$ npm install
```
### Local Development
```
$ npm start
```
## Author :
* <a >Augustin AFFOGNON</a>