New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bookingsync-calendar-widget

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookingsync-calendar-widget

BookingSync Calendar Widget

0.0.10
Source
npm
Version published
Weekly downloads
3
-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

Calendar Widget

CircleCI

Setup

  • Webpack based.
  • ES6 as a source.
  • Exports in a umd format, runs everywhere.
  • ES6 tests with Mocha, Chai and Karma runner.
  • Linting with Airbnb eslint

Getting started with Development

  • yarn to get the project's dependencies.
  • yarn start to start development server with live-reload and hot module replacement
  • go to http://localhost:8080/index.html

Additionally you can run json-mock server

  • npm run mock-server it serve maps api for local development. Mocks are in db.json file.

Scripts

  • npm start - starts development server with live-reload and hot module replacement
  • npm run build - produces production version under the dist folder
  • npm run test - runs tests.

Config

OptionDescriptionTypeDefault
apiHostAPI host nameStringhttp://localhost:3000 for development, https://www.bookingsync.com for production
apiNamespaceAPI namespaseString/api/v2/public
apiMapsRouteroute for mapsString/maps.json?rental_id={params} - {params} is replaced with rentalId

FAQs

Package last updated on 01 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts