Skip to content

kieferhagin/WebIntegration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Knock Web Integration Library

Useful for 3rd party clients to integrate Knock into their websites.

##Usage:

knock.init('company id goes here'); // you need to initialize the library with your company id to start

knock.open('listing id goes here'); // opens a scheduling UI for a particular listing

knock.open(); // opens a page showing all of your company's listings for selection

##Development

You must first run npm install to install grunt and its dependencies.

###Grunt

####Builds

Prod: grunt build

Stage: grunt build:stage

Dev: grunt build:dev

####Deployment

Prod: grunt deploy:prod

Stage: grunt deploy:stage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published