UNPKG

tripadvisor_api_module_v1

Version:
20 lines 833 B
// import express from "express"; // import router from "./test/tripadvisor-api-test.js"; /* TEST Server */ // if (process.env.RUN === "API_TEST") { // const app = express(); // app.use(express.json()); // app.use("/", router); // app.listen(process.env.PORT || 3009, () => { // console.log(`Test Server is running on port ${process.env.PORT || 3009}`); // }); // } export * from "./consts/tripadvisor-categories.js"; export * from "./consts/tripadvisor-currencies.js"; export * from "./consts/tripadvisor-language-codes.js"; export * from "./consts/tripadvisor-radius-unit.js"; export * from "./tripadvisor/error-google-place-api.js"; export * from "./tripadvisor/generate-tripadvisor-url.js"; export * from "./tripadvisor/tripadvisor-api.js"; export * from "./tripadvisor/models.js"; //# sourceMappingURL=index.js.map