UNPKG

atriusmaps-node-sdk

Version:

This project provides an API to Atrius Personal Wayfinder maps within a Node environment. See the README.md for more information

8 lines (3 loc) 108 B
'use strict'; var searchService = require('./searchService.js'); exports.create = searchService.create;