Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.12 KB

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