Skip to content

Angular application which receives tweets through PubNub and displays them in real time.

License

Notifications You must be signed in to change notification settings

THEROCK451/TwitterStreamingPubNubDemoFrontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

PubNub demo application using Twitter Streaming API - frontend

This is the frontend part of the PubNub demo application which gets live tweets from the Twitter Streaming API and publishes them using the PubNub Java API.
This Angular application receives the Tweets via PubNub and displays them to the user in real time.

Source code repository for the backend: TwitterStreamingPubNubDemoBackend.

Explanatory video on YouTube

Requirements

  • Angular 7+

Usage

Please note that only the source code files are included in this repository and none of the javascript libraries/dependencies nor the Angular framework configuration files.

Use the same PubNub Publish key and Subscribe key values used for the backend in the pubnub.service.ts file.
Remember that you can get your keys for free by registering for a developer account on pubnub.com.

After having started the Java backend, start serving the frontend using the Angular CLI:

$ ng serve

Then you may access the application by pointing your Web browser to the standard Angular port: http://localhost:4200/

About

Angular application which receives tweets through PubNub and displays them in real time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.6%
  • HTML 17.0%
  • CSS 2.4%