/InNerd.io

InNerd.io is a tool to discover more about software developers.

Primary LanguageRuby

InNerd.io

InNerd.io is a tool to find more about software developers.

Configuration

GITHUB_API_ACCESS_TOKEN

By default GitHub limits requests for unauthenticated clients. In order to avoid this we need to:

$ export GITHUB_API_ACCESS_TOKEN=your-token

prior launching the app. The token can be generated in GitHub > Settings > Developer Settings > Personal Access Settings. Generate one for development, another for production.

In development and test

Create config/local_env.yml with

GITHUB_API_ACCESS_TOKEN: your-token

It will be loaded automatically. Do not commit this file into the repository.