Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

helpdeskjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helpdeskjs

Small helpdesk software

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

HelpDeskJS

Simple helpdesk Node.js website for user subscription management and ticket creation with groove integration at the backend.

Features

  • Local Authentication using Email and Password
  • OAuth 2.0 Authentication via Google
  • Contact Form
    • Sending email to admin
  • Groove integration
    • Create a new ticket
    • View ticket messages
    • Add ticket message
  • Stripe credit card payment integration
  • Subscription payment management
  • Allow/disallow creation of tickets if invoice is not paid
  • User account and subscription management
    • Welcome email to user
    • Admin notification on every new user
    • Gravatar
    • Profile details
    • Change password
    • Forgot password
    • Reset password
    • Link multiple OAuth logins to one account
    • CSRF protection
  • MVC Project Structure
  • Express
  • EJS forms (with master layout)
  • Sass stylesheets (auto-compiled via middleware)
  • Bootstrap 3

Prerequisites

  • Groove team subscription or trial account
  • Stripe subscription or dev subscription
  • MongoDB
  • Node.js 6.0+
  • SMTP Connection

Installation

npm install helpdeskjs --save

Usage

You will need to edit .env.example file and set your keys.

MONTHLY_PRICE is the price per month for your service in USD.

See obtaining API keys section below.

start your mongodb

npm start

You can now browse to http://localhost:3000

Obtaining API keys

Groove

  • Sign up with https://www.groovehq.com/
  • Go to Settings->API
  • Copy the Private Token and paste it to .env file to GROOVEHQ_ACCESS_TOKEN=
  • Put the email you are using with groove in .env file to GROOVE_AGENT_EMAIL=

Stripe

  • Sign up with http://stripe.com
  • Click on your profile and click on Account Settings
  • Click on API Keys
  • Copy the keys into .env file to STRIPE_SKEY, STRIPE_PKEY

Google

  • Visit Google Cloud Console https://console.cloud.google.com/
  • Click on the Create Project button - Enter your project name, click on Create button
  • Then click on API Manager in the sidebar -> Enable API
  • Uder Social APIs click on Google+ API, then click Enable API
  • On API Manager in the sidebar click Credentials
  • Click on Create new Client ID button
  • Select Web Application and click on Configure Consent Screen
  • Fill out the required fields then click on Save
  • In the Create Client ID modal dialog:
Future work
  • Add guide how to publish to Heroku
  • Enable payment with PayPal
  • Create a job to generate new invoice every month, send a notification to the user, disable the account if not paid
  • Create a real shopping cart

Your feedback is important

by silveridea

Keywords

FAQs

Package last updated on 10 Apr 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc