Skip to content

A react.js app with a node/express proxied backend to allow twitter api auth. The app does a typeahead search of Github repos and then grabs tweets about them.

Notifications You must be signed in to change notification settings

dommuldoon/searchdemo

Repository files navigation

Please add your Twitter api key and secret to the .env file.

In the project directory, you can run:

'npm install'

then

'npm run dev'

Runs the app in the development mode.
Open https://localhost:3000 to view it in the browser.

This runs the React app on port :3000 with a proxy node server on port :3001 to handle the Twitter OAuth.

I coundn't find a way to search Twitter for github repos so I just used the repo title as the search term.

About

A react.js app with a node/express proxied backend to allow twitter api auth. The app does a typeahead search of Github repos and then grabs tweets about them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published