Skip to content

NathanWalker/realtime-twitter-search-angular2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 and Pusher

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

Running

$ npm install

You need to run two processes separately. The first will compile your TypeScript:

$ npm run tsc

To run the app locally with live reload enabled, use npm start:

$ npm start

This will run the app on port 8080 and open a new browser tab.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.2%
  • TypeScript 36.9%
  • CSS 4.9%