Skip to content

adambutler/geo-pusher

Repository files navigation

GeoPusher

Building a location aware realtime chat application with AngularJS & Pusher

A gifcast showing sending a test message from one browser to another, it appears on a map of the connected browser at the location that it was sent from.

Dependencies

Setup

$ git clone git@github.com:adambutler/geo-pusher.git
$ cd geo-pusher
$ npm install
$ bower install
$ cp .env.example .env

Create a Pusher account and application and add the application details to -

  • .env
  • /src/app/main/main.controller.coffee

Running in development mode

$ gulp serve

This will launch the browser pointed to http://localhost:3000

Build the application

$ gulp build

Contributing

Contributions are welcome, please follow GitHub Flow

About

A location aware chat application that uses Pusher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published