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

help-fem

Package Overview
Dependencies
Maintainers
5
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

help-fem

A Browserify/Node.js client module for the Help.com team's FEM.

  • 2.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

help-fem.js

A Browserify/Node.js client module for the Help.com team's FEM.

Installation

npm install help-fem

Creating a client.

Creating a client is very similar in style as creating Ampersand/Backbone models, views, etc.

var HelpFem = require(HelpFem);

var FemClient = HelpFem.Client.extend({
  // Prototypical methods / properties.
}, {
  // Private methods / properties.
});

var femClient = new FemClient({
  uri: 'localhost:8080',
  namespace: 'my-namespace'
});

Documentation

Check out the documentation on the repo's GitHub page.

examples/basic

To run the basic example, do:

  1. npm install
  2. cd examples/basic
  3. npm install
  4. browserify -o muscle/skeletal.bundle.js muscle/skeletal.js
  5. npm start
  6. Point your browser to localhost:8080.

Keywords

FAQs

Package last updated on 30 Nov 2015

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