/MelnitzPure

A pure javascript implementation of the D3.js World Map topology.

Primary LanguageJavaScriptMIT LicenseMIT

Melnitz Pure

A pure javascript implementation of the D3.js World Map topology.

Installation

git clone git@github.com:ChuckJHardy/MelnitzPure.git
cd MelnitzPure
python -m SimpleHTTPServer
open http://localhost:8000

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request