Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.1 KB

Springest Dev Trials

Setup

Create apps on Github, Twitter, LinkedIn and set the following env vars:

export GITHUB_DEVTRIAL_APP_ID='key'
export GITHUB_DEVTRIAL_APP_SECRET='secret'
export TWITTER_DEVTRIAL_APP_ID='key'
export TWITTER_DEVTRIAL_APP_SECRET='secret'
export LI_DEVTRIAL_APP_ID='key'
export LI_DEVTRIAL_APP_SECRET='secret'

Make sure your Twitter app has read and write access. Your LI app should be able to see full profile and email addresses if you want to be able to contact candidates.

Create a GMail/Google Apps account (or use your own) and set the following env vars:

export DEVTRIAL_EMAIL='[email protected]'
export DEVTRIAL_EMAIL_PASSWORD='verysecret'
export DEVTRIAL_EMAIL_DOMAIN='email.com'

Credits to