Skip to content

An Angular CLI project with Express server, Socketio, and Twitter API integration for section 8 of Building Data Visualizations with D3 and Angular

Notifications You must be signed in to change notification settings

Matt-Dionis/tweet-dashboard

Repository files navigation

TweetDashboard

This project (other than the Express server) was generated with angular-cli version 1.0.0.

Twitter API

Visit the Twitter dev page and create a basic application to gain access to necessary API credentials. Set CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN_KEY, ACCESS_TOKEN_SECRET in server.js.

Development server

Run npm install to install all dependencies (d3, express, socket.io, and twitter libs have been added to this otherwise stock Angular CLI project). Run npm run serve-build for a dev server. Navigate to http://localhost:3000/.

Note: This project was recently updated to Angular v2.3.1, Angular-CLI v1.0.0, and TypeScript v2.0.10. For a clean build run:

npm uninstall -g angular-cli
npm uninstall --save-dev angular-cli
npm install -g @angular/cli@latest
rm -rf node_modules dist
npm install

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class.

Further help

To get more help on the angular-cli use ng --help or go check out the Angular-CLI README. To reach out to me personally, contact me on Twitter @mattdionis

About

An Angular CLI project with Express server, Socketio, and Twitter API integration for section 8 of Building Data Visualizations with D3 and Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published