initial commit
parents
Showing
LICENSE
0 → 100644
README.md
0 → 100644
analyser.js
0 → 100644
home.js
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "linkedin-public-profile", | |||
| "version": "1.0.0", | |||
| "description": "A scraper for LinkedIn public profiles", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "author": "julianbei", | |||
| "license": "MIT", | |||
| "dependencies": { | |||
| "bluebird": "^3.3.1", | |||
| "jquery": "^2.1.3", | |||
| "jsdom": "5.6.1" | |||
| } | |||
| } |
retrieve.js
0 → 100644
Please
register
or
sign in
to comment