Skip to content

cleverettgirl/link-with-women

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link with Women

A chrome extension to help you connect with more women on LinkedIn:

-Navigate to the My Network tab (on LinkedIn)
-Click the Link with Women Chrome Extension icon
-The extension will filter people currently loaded

If you want to use this extension, see the install instructions listed below.

Demo

LinkWithWomen

Presentation

Women in Tech Presentation

Press

07/20/2017 - Forbes.com - How Capital One Supports Diversity From Top To Bottom

Install Instructions

Sign-up for a FREE API key from Clarifai:
https://developer.clarifai.com/signup/

Sign-up for a FREE API key from Gender-API:
https://gender-api.com/en/account

git clone the repo
cd wit
touch secret.js

Add the following to secret.js (replace words with actual keys and secret from sign-up step):

const clarKey = 'CLARIFAI_ID_HERE'
const clarSecret = 'CLARIFAI_SECRET_HERE'
const genderKey = 'GENDER_API_KEY_HERE'

In Chrome, navigate to: chrome://extensions/
Check the Developer mode check box
Click Load unpacked extension...
Select the wit folder

Resources

https://developer.chrome.com/extensions
https://www.clarifai.com/
https://gender-api.com/

About

✨ Chrome extension for Linkedin to help women connect with other women.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.0%
  • CSS 25.2%
  • HTML 5.8%