/gl-live-tweets

Live tweets in MapboxGL

Primary LanguageJavaScript

MapboxGL Live Tweets

Use the place finder and fly to a location to view real time tweets in that area!

Dependencies

Express - web development framework for nodejs

Angular - javacsript mvc framework

Socket.io - real-time event based communication

Twitter - search and steam API

OpenCage Geocode API

Installation

Create a settings.js file with Twitter API creds in this directory, use the settings-example.js as an example

Install app dependencies

npm install
bower install

Build app .min files & watch for changes

grunt build

Start app

npm start

View application at: http://localhost:4000