Skip to content

pusher-community/realtime-twitter-search-vuejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pusher and VueJS Realtime Twitter Search

A client of the Pusher Datasource API that lets you search for tweets and view the results in realtime.

Running

$ npm install

Run two processes separately. The first will use Webpack to bundle the application. It will also watch for changes and rebundle when a file does change.

npm run watch

Finally, run a server locally that will run the app on port 3004:

npm start

You can edit files and Webpack will bundle them up as they change. When the bundle changes the browser will refresh automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published