updated README and package.json

This commit is contained in:
2024-05-31 11:06:16 -04:00
parent 13d3b6ceda
commit 997ca352d8
2 changed files with 16 additions and 3 deletions
+4
View File
@@ -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* *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 ## Quick-Start
```JS ```JS
// log in // log in
+12 -3
View File
@@ -10,10 +10,19 @@
"name": "linkedin-api-js", "name": "linkedin-api-js",
"version": "1.0.0-21", "version": "1.0.0-21",
"main": "index.js", "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": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "node tests/companyTests.js"
}, },
"author": "ION606", "author": "ION606",
"license": "ISC", "license": "MIT",
"description": "" "description": "An actually useful LinkedIn Nodejs package",
"bugs": {
"url": "https://github.com/ION606/linkedin-api/issues"
},
"keywords": ["linkedin", "linkedin api", "linkedin-api"]
} }