@trimblemaps/content-db
Version:
An isomorphic indexeddb wrapper for storing/retrieving TrimbleMaps content (ie places & place-sets)
19 lines (13 loc) • 352 B
Markdown
# @trimblemaps/content-db
> An isomorphic indexeddb wrapper for storing/retrieving TrimbleMaps content (ie places & place-sets)
## Install
```sh
npm install
```
## Running tests
### Setup config
see: `test/config.example.json`
```sh
npm run test # load up places into db
npm run test:places:log # displays place count totals
```