Skip to content

WikimapsAtlas/d3-sandbox

Repository files navigation

D3-sandbox

"Demo it or it doesn't exist." -- The hacker manifesto

Structure

  • ./index.html is the central page which should diplays maps
  • ./js/wikiatlas.js personal library to draw each king of map.
  • ./js/ contains convenient js files
  • ./x.y_folder , numbers indicate both priority & maturity (1.1 > 2)
  • ./data/ contains old data for D3js community
  • ./output/ contains new data sample from make-module

Contacts

  • @hugo_lz (Hugo Lopez)
  • @planemad (Arun Ganesh)

Lighten repository

Use wisely, notify your teammate.

git config --get remote.origin.url
rm -rf .git
git remote rm origin
git init
git add .
git commit -m "Initial commit"
git remote add origin git@github.com:WikimapsAtlas/d3-sandbox.git
git push -u --force origin master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published