A configurable Twitter API microservice.
Run the following command to create a new .env
file at the root of the project.
make create_env
PORT
AUTH_TOKEN
USERNAME
API_KEY
API_KEY_SECRET
O_AUTH_TOKEN
O_AUTH_TOKEN_SECRET
See .env.example
for detailed explanations of each varaible.
Note: An .env.local
file at the project root will override any variables present in the .env
file.
Build and run the application:
make run
Build the executable without running:
make build