Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restorando/cornelius
Cohort viz tool
https://github.com/restorando/cornelius
Last synced: about 1 month ago
JSON representation
Cohort viz tool
- Host: GitHub
- URL: https://github.com/restorando/cornelius
- Owner: restorando
- License: mit
- Created: 2013-05-20T14:51:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T21:40:05.000Z (almost 10 years ago)
- Last Synced: 2024-04-20T17:43:21.731Z (8 months ago)
- Language: JavaScript
- Size: 515 KB
- Stars: 92
- Watchers: 37
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Cornelius
A simple Cohort Visualization library
## Installation
Just include the `css` and `js` files.
## API
You can read the full documentation in
## Running the tests
* Install dependencies
$ npm install
* Run the tests
$ npm test
## License
Copyright (c) 2013 Restorando
MIT License
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.