Skip to content

EricFrancis12/tweet-panther

Repository files navigation

Tweet Panther

A configurable Twitter API microservice.

Environment Variables

Run the following command to create a new .env file at the root of the project.

make create_env

Required Environment Variables

  • 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.

Usage

Build and run the application:

make run

Build the executable without running:

make build

License

MIT

About

A configurable Twitter API microservice.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published