danielduhh / gl-live-tweets

Live tweets in MapboxGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Live tweets in MapboxGL


Languages

Language:JavaScript 74.4%Language:HTML 13.4%Language:CSS 12.2%