There are a few services you'll need (all free) in order to run the development server and access the app locally. Here are the instructions for getting them.
-
Sign in in your Github account.
-
Fill in the form with an application name, descriptions and URLs
http://localhost:3000/
. Replace the3000
port if you run DEV on other port. -
You will be redirected in the app's Developer settings. Here you will find the keys. Change them accordingly (name of Github key -> name of our
ENV
variable):Client ID -> GITHUB_KEY Client Secret -> GITHUB_SECRET
-
You will need a personal token as well. From the same dashboard, navigate to Personal access tokens and generate a new token.
-
Fill in the token description and generate the token.
-
Be sure that you copy the token right away, because it is the only time you will see it. Change it accordingly.
Personal access tokens -> GITHUB_TOKEN
-
Done.
-
Sign in to your Twitter account.
-
In order to get the API keys, you will have to apply for a developer account. Click the Apply button.
-
Setup your Twitter account. Be sure you have your phone number and email address filled in.
-
Fill in your account information and give a name to your developer account.
-
Write down the reasons that you want to use Twitter API. Mention DEV community and describe the issues and tests and things that you want to work on. Copy it, you might use it later ;)
-
Verify your email address once more and you will be done.
-
You are done.
-
Check the Enable Sign in with Twitter option and fill in the Callback URL
http://localhost:3000/users/auth/twitter/callback
(or whatever port you run DEV on). -
Fill in the DEV information, Terms of Service
http://dev.to/terms
and Privacy policyhttp://dev.to/privacy
. -
Write down (or paste) the things that you will work on. Press Create.
-
Review the Twitter Developer Terms and agree to do nothing sketchy.
-
The app is all set!
-
One more change... From the app dashboard go to Permissions and check Request email addresses from users option.
-
From the same dashboard access the Keys and tokens and change them accordingly (name of Twitter key -> name of our
ENV
variable):API key -> TWITTER_KEY API secret key -> TWITTER_SECRET Access Token -> TWITTER_ACCESS_TOKEN Access Token Secret -> TWITTER_ACCESS_TOKEN_SECRET
-
Done.
-
Go to the Algolia sign up page.
-
Choose one of the three methods of signing up. (email, github or google)
-
You can skip the tutorial, we will guide you through the process. Accept the Terms and Conditions.
-
All good! You can get your API keys now.
-
Change your keys accordingly (name of Algolia key -> name of our
ENV
variable):Application ID -> ALGOLIASEARCH_APPLICATION_ID Search-Only API Key -> ALGOLIASEARCH_SEARCH_ONLY_KEY Admin API KEY -> ALGOLIASEARCH_API_KEY
-
Done.