Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.33 KB

This project is no longer maintained.

If you're interested in taking it over, we'd love to hear from you. Email [email protected], or check out one of its maintained forks.


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