Skip to content

BuzzwordCRM is a sample application that demonstrates how to build applications using Calendly's v2 api.

License

Notifications You must be signed in to change notification settings

tristanoneil/buzzwordcrm

 
 

Repository files navigation

BuzzwordCRM

BuzzwordCRM is a sample application that demonstrates how to build applications using Calendly's v2 api.

Running the app locally

  1. Register as a Calendly developer (if you haven't already) by logging into your Calendly account and completing this form (note: this app assumes that your redirect uri will be http://localhost:3000/oauth/callback). We’ll process your request within 1 day and email you when it’s time to complete the setup.

  2. Once you've received your Client ID and Client Secret you can then copy .env.example to .env and update the file's environment variables with your application's credentials. You can update the redirect URL in this file as well.

    cp .env.example .env
  3. Run npm install to install dependencies.

  4. Run npm start to start the application.

  5. Navigate to http://localhost:3000.

About

BuzzwordCRM is a sample application that demonstrates how to build applications using Calendly's v2 api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.3%
  • Handlebars 27.7%
  • Shell 1.2%
  • CSS 0.8%