Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tfSheol committed Sep 7, 2021
1 parent 1db0f5e commit 2460192
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Scrapp all informations you whant of linkedIn profile's.
```bash
$ lnkds --help

lnkds 1.0
lnkds 0.1.2

Teddy F. <[email protected]>

Expand Down Expand Up @@ -58,4 +58,34 @@ FLAGS:
- Certifications: `"$type": "com.linkedin.voyager.dash.identity.profile.Certification"`
- Skills: `"$type": "com.linkedin.voyager.dash.identity.profile.Skill"`
- Projects: `"$type": "com.linkedin.voyager.dash.identity.profile.Project"`
- Organizations: `"$type": "com.linkedin.voyager.dash.identity.profile.Organization"`
- Organizations: `"$type": "com.linkedin.voyager.dash.identity.profile.Organization"`

## Realase

This project support `@release-it` with 2 plugins `@release-it/keep-a-changelog` and `@release-it/bumper`.

- [@release-it](https://github.com/release-it/release-it)
- [@release-it/keep-a-changelog](https://github.com/release-it/keep-a-changelog)
- [@release-it/bumper](https://github.com/release-it/bumper)

```bash
$ sudo npm install -g release-it
$ sudo npm install -g @release-it/keep-a-changelog
$ sudo npm install -g
```

## Voyager api limitations

- This api can't getted over 18 experiences.

## Todos

- [x] Implementation of user experiences
- [ ] Implementation of user experiences by groups
- [ ] Implementation of experiences medias
- [ ] Implementation of user profile
- [ ] Implementation of user educations
- [ ] Implementation of user certifications
- [ ] Implementation of user skills
- [ ] Implementation of user projects
- [ ] Implementation of user organizations

0 comments on commit 2460192

Please sign in to comment.