cleverettgirl / link-with-women

:sparkles: Chrome extension for Linkedin to help women connect with other women.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:sparkles: Chrome extension for Linkedin to help women connect with other women.


Languages

Language:JavaScript 69.0%Language:CSS 25.2%Language:HTML 5.8%