0.0.3 • Published 6 years ago

@permettezmoideconstruire/atlas-patrimoine-search v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

atlas-patrimoine-search

Search l'atlas des patrimoines, JS style, with fixes

installation

npm install atlas-patrimoine-search
import {
  Requester,
  ZONES,
  ZONES_REVERT
} from 'atlas-patrimoine-search'

// -- OR --

const {
  Requester,
  ZONES,
  ZONES_REVERT
} = require('atlas-patrimoine-search')

usage

See API documentation

Scripts

  • npm run compile - produce builds for the app
  • npm run test - run tests
  • npm run build - compile and run tests
  • npm run dev - produces development version of your library and runs a watcher
  • npm run test:watch - run tests in watch mode