Skip to content

mdodell/secretless-twitter-demo

Repository files navigation

Node/React Secretless Twitter Demo

This demo will show you how to use Secretless Broker to connect to the Twitter API using the provided Secretless Twitter generic configuration file in a Node/React application that is running in docker containers.

Video Demo

A video demo of this tutorial and why Secretless is important can found here.

Requirements

This demo requires you to install Docker and Docker-Compose.

Node/React Secretless Quick-start

  1. Generate an OAuth 2 TWITTER_BEARER_TOKEN and set it in the same environment you are running the application.
export TWITTER_BEARER_TOKEN=<your-token>
  1. Run the application on your local machine
  ./start.sh
  1. Visit localhost:3000 on your local web browser

About

This demo will show you how to use Secretless in a Node/React application that is running in docker containers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published