Skip to content

Create SalesForce contacts from LinkedIn profiles

Notifications You must be signed in to change notification settings

VO2Group/LinkedToForce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedToForce

This Vue.js application creates Salesforce contacts from LinkedIn profiles. The application use the LinkedIn Javascript SDK to retrieve profile informations and use the JSForce library for CRUD operations in Salesforce.

Use npm as build tool

Take a look to npm scripts defined in package.json file :

{
  "scripts": {
    "start": "npm run watch & npm run serve",
    "test": "karma start karma.conf.js",
    "build": "browserify -t vueify -o linkedtoforce.js main.js",
    "minify": "uglifyjs -o linkedtoforce.min.js linkedtoforce.js",
    "watch": "watchify -t vueify -o linkedtoforce.js main.js",
    "serve": "browser-sync start -s -f 'index.html,linkedtoforce.js'"
  }
}

Releases

No releases published

Packages

No packages published