# jmap-donneesclimatiques-js

> K2 Geospatial Web API

Latest version **0.0.2** (published 2020-10-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install jmap-donneesclimatiques-js
pnpm add jmap-donneesclimatiques-js
yarn add jmap-donneesclimatiques-js
bun add jmap-donneesclimatiques-js
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2020-10-26 |
| First published | 2020-10-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 32 |
| Unpacked size | 5.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | K2 Geospatial developer |
| Maintainers | k2-dev |

## Links

- npm: https://www.npmjs.com/package/jmap-donneesclimatiques-js
- npm.io page: https://npm.io/package/jmap-donneesclimatiques-js

## Dependencies (32)

- [ajv](https://npm.io/package/ajv.md) ^6.12.0
- [axios](https://npm.io/package/axios.md) ^0.18.0
- [react](https://npm.io/package/react.md) ^16.12.0
- [redux](https://npm.io/package/redux.md) ^4.0.1
- [formik](https://npm.io/package/formik.md) ^2.1.4
- [moment](https://npm.io/package/moment.md) ^2.24.0
- [mapbox-gl](https://npm.io/package/mapbox-gl.md) ^1.12.0
- [react-dom](https://npm.io/package/react-dom.md) ^16.12.0
- [html2canvas](https://npm.io/package/html2canvas.md) ^1.0.0-rc.5
- [jmap-app-js](https://npm.io/package/jmap-app-js.md) 0.4.2
- [react-redux](https://npm.io/package/react-redux.md) ^7.2.0
- [json-pointer](https://npm.io/package/json-pointer.md) ^0.6.0
- [react-select](https://npm.io/package/react-select.md) ^3.0.4
- [react-window](https://npm.io/package/react-window.md) ^1.8.5
- [babel-polyfill](https://npm.io/package/babel-polyfill.md) ^6.26.0
- [@date-io/moment](https://npm.io/package/@date-io/moment.md) ^1.3.13
- [@material-ui/lab](https://npm.io/package/@material-ui/lab.md) ^4.0.0-alpha.53
- [@material-ui/core](https://npm.io/package/@material-ui/core.md) ^4.11.0
- [@material-ui/icons](https://npm.io/package/@material-ui/icons.md) ^4.9.1
- [@material-ui/pickers](https://npm.io/package/@material-ui/pickers.md) ^3.2.10
- [material-design-icons](https://npm.io/package/material-design-icons.md) ^3.0.1
- [react-swipeable-views](https://npm.io/package/react-swipeable-views.md) ^0.13.8
- [@mapbox/mapbox-gl-draw](https://npm.io/package/@mapbox/mapbox-gl-draw.md) 1.2.0
- [react-transition-group](https://npm.io/package/react-transition-group.md) ^4.4.1
- [@fortawesome/fontawesome-pro](https://npm.io/package/@fortawesome/fontawesome-pro.md) ^5.15.1
- [@types/react-transition-group](https://npm.io/package/@types/react-transition-group.md) ^4.4.0
- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) ^0.1.11
- [@fortawesome/pro-light-svg-icons](https://npm.io/package/@fortawesome/pro-light-svg-icons.md) ^5.15.0
- [@fortawesome/pro-solid-svg-icons](https://npm.io/package/@fortawesome/pro-solid-svg-icons.md) ^5.15.0
- [@fortawesome/fontawesome-svg-core](https://npm.io/package/@fortawesome/fontawesome-svg-core.md) ^1.2.32
- [@fortawesome/pro-duotone-svg-icons](https://npm.io/package/@fortawesome/pro-duotone-svg-icons.md) ^5.15.0
- [@fortawesome/pro-regular-svg-icons](https://npm.io/package/@fortawesome/pro-regular-svg-icons.md) ^5.15.0

## Recent versions

- 0.0.2 (latest) — 2020-10-26
- 0.0.1 — 2020-10-26

## README

#### The first time, install dependencies :

    npm i

#### To start the application :

    npm start

The application is accessible at this location : http://localhost:8083

When code is changed, it's automatically built and the web page refresh by its own (thanks webpack dev server).

#### Install the following vs-code extensions :

    - "TSLint (deprecated)" extention
    - "Prettier - Code formatter" extention (Author : Esben Petersen)
    - "vscode-styled-components" extention (Author : Julien Poissonier)

#### Configure vscode

    - Create or edit app/.vscode/settings.json
    - Add the following content :
    {
      "tslint.autoFixOnSave": true,
      "tslint.enable": true,
      "tslint.configFile": "./build/tslint.json",
      "editor.formatOnSave": true,
      "editor.tabSize": 2,
      "editor.detectIndentation": false
    }

#### Améliorations possible

    - Utiliser <FontAwesome /> plutôt que de faire le remplacement des balises <i> par les icones de FA

---
_Source: https://npm.io/package/jmap-donneesclimatiques-js · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
