https://github.com/akvo/flowvis
Akvo FLOW visualization
https://github.com/akvo/flowvis
Last synced: 5 months ago
JSON representation
Akvo FLOW visualization
- Host: GitHub
- URL: https://github.com/akvo/flowvis
- Owner: akvo
- Created: 2014-03-10T14:41:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T19:50:34.000Z (almost 12 years ago)
- Last Synced: 2023-03-10T21:48:12.081Z (almost 3 years ago)
- Language: JavaScript
- Size: 3.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Build
============
To install npm download the latest binaries from [here](http://nodejs.org/download/). If you might experiment with multiple versions of node installed on your system you can also try a node version manager like [NPM](https://github.com/creationix/nvm) or [Nave](https://github.com/isaacs/nave)
This project uses coffee-script. To install it use
`$ npm -g install coffee-script`
After making changes to the coffee script files found at - scripts/coffee/ compile using
`$ cake build`
View html/index.html to view the result
Links
============
The project uses the following tools:
* [ember](http://emberjs.org/)
* [ember-leaflet](https://github.com/gabesmed/ember-leaflet)
* [leaflet](http://leafletjs.com/)
* [ember-data](http://emberjs.com/api/data/)
* [d3js](http://d3js.org/)
* [coffee-script](http://coffeescript.org/)
Useful links to help understand ember-data, leaflet and ember-leaflet.
* [Ember Guides](http://emberjs.com/guides/)
* [Ember Leaflet](http://gabesmed.github.io/ember-leaflet/)
* [Git Bundles](http://stackoverflow.com/questions/3635952/how-to-use-git-bundle-for-keeping-development-in-sync)
* [D3 Tips & Tricks](https://leanpub.com/D3-Tips-and-Tricks)
For ember and ember data I found the best guide to be the [latest video tutorial for ember](http://www.youtube.com/watch?v=1QHrlFlaXdI) and this [tutorial](http://coding.smashingmagazine.com/2013/11/07/an-in-depth-introduction-to-ember-js/)
But given how much ember has been changing lately the best documentation appears to be the source code for ember, ember-data and ember-leaflet.
As well as a lot of code by trial and error.
License
============
Copyright (c) 2014 TernUp LLP
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.