mirror of
https://github.com/ION606/linkedin-api.git
synced 2026-05-14 22:06:54 +00:00
updated README and package.json
This commit is contained in:
@@ -8,6 +8,10 @@ You can use your LinkedIn credentials in code, making this super simple to use!
|
||||
|
||||
*This project was HEAVILY inspired by Tomquirk's LinkedIn-API PyPy package, which you can find at https://github.com/tomquirk/linkedin-api*
|
||||
|
||||
## Installation
|
||||
`npm i linkedin-api-js`
|
||||
|
||||
|
||||
## Quick-Start
|
||||
```JS
|
||||
// log in
|
||||
|
||||
+12
-3
@@ -10,10 +10,19 @@
|
||||
"name": "linkedin-api-js",
|
||||
"version": "1.0.0-21",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ION606/linkedin-api"
|
||||
},
|
||||
"homepage": "https://github.com/ION606/linkedin-api?tab=readme-ov-file#linkedin-api",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "node tests/companyTests.js"
|
||||
},
|
||||
"author": "ION606",
|
||||
"license": "ISC",
|
||||
"description": ""
|
||||
"license": "MIT",
|
||||
"description": "An actually useful LinkedIn Nodejs package",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ION606/linkedin-api/issues"
|
||||
},
|
||||
"keywords": ["linkedin", "linkedin api", "linkedin-api"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user