Mise à jour de 'README.md'
continuous-integration/drone/push Build is passing Details

master
Augustin AFFOGNON 1 year ago
parent ccc0326662
commit 02831c88a8

@ -1,44 +1,35 @@
[![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>
# Website
* Les données méologiques recupérées via une api <a href="https://iut-weather-api.azurewebsites.net/swagger-ui/"> WEATHER API</a>
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
* La persistance avec <b>AsyncStorage</b>
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
## 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" />
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
## 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
```
$ yarn build
$ npm install
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
### Local Development
```
$ USE_SSH=true yarn deploy
$ npm start
```
Not using SSH:
```
$ GIT_USER=<Your GitHub username> yarn deploy
```
## Author :
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
* <a >Augustin AFFOGNON</a>
Loading…
Cancel
Save