Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chartbeat-labs/map
Knock, knock. Explore a map and watch your visitors drop in from around the world in full screen fashion.
https://github.com/chartbeat-labs/map
Last synced: 2 months ago
JSON representation
Knock, knock. Explore a map and watch your visitors drop in from around the world in full screen fashion.
- Host: GitHub
- URL: https://github.com/chartbeat-labs/map
- Owner: chartbeat-labs
- License: apache-2.0
- Created: 2011-12-14T20:13:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-17T16:08:52.000Z (over 11 years ago)
- Last Synced: 2024-10-19T03:17:57.771Z (3 months ago)
- Language: JavaScript
- Homepage: http://chartbeat.github.com/map/
- Size: 174 KB
- Stars: 13
- Watchers: 27
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
The main application consists of these three files:
* index.html
* main-compiled.js
* main.cssTo test the uncompiled version of the site, you can use these:
* index_test.html
* main.jsThese depend on you having the Google Closure Library in this
directory, under 'closure-library'. You can use 'getclosure.sh' to
download that (and the Google Closure Compiler) for you. For a more
elaborate introduction and tutorial, check out:
http://code.google.com/closure/library/docs/gettingstarted.htmlTo compile the code yourself, use 'compile.sh'. This will compile
'main.js' into 'main-compiled.js'.For more information about chartbeat Labs go to
http://chartbeat.com/labs.Enjoy :)