Skip to content

awatson1978/leaflet-parties

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

leaflet-parties

Execellent example of an upgraded Parties example, using Leaflet.

Realtime Maps With Meteor and Leaflet - Part One
Realtime Maps With Meteor and Leaflet - Part Two

travis-build

============================

Meteor Version

1.0.3.1

============================

Installation

# Should be as simple as cloning the repository...  
git clone https://github.com/awatson1978/leaflet-parties.git

# And then running it...
meteor

============================

Additional Notes

For more details on using github auth with Meteor, see: http://www.eventedmind.com/posts/meteor-customizing-login

============================

Running Acceptance Tests

# optional:  you may want to reset your application data
terminal-a$ meteor reset

# run your application as usual
terminal-a$ meteor

# install the nightwatch script (you should only need to do this once)
terminal-b$ cp .meteor/local/build/programs/server/assets/packages/clinical_nightwatch/launch_nightwatch_from_app_root.sh run_nightwatch.sh
terminal-b$ sudo chmod +x run_nightwatch.sh

# run nightwatch
terminal-b$ sudo ./run_nightwatch.sh

# you might want to do something clever like pass in arguments and run specific tests
terminal-b$ sudo ./run_nightwatch.sh -t tests/nightwatch/leaderboard.js

============================

Licensing

MIT License. Use as you wish, including for commercial purposes.

About

Meteor example: oauth + Leaflet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.3%
  • Shell 17.1%
  • Perl 5.5%
  • CSS 4.1%