Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d34dman/dcasia16-drupal-visualization
Submission for DrupalCon Asia 2016 Developer Contest
https://github.com/d34dman/dcasia16-drupal-visualization
Last synced: about 2 months ago
JSON representation
Submission for DrupalCon Asia 2016 Developer Contest
- Host: GitHub
- URL: https://github.com/d34dman/dcasia16-drupal-visualization
- Owner: d34dman
- License: gpl-3.0
- Created: 2016-02-16T08:01:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T22:16:38.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T02:12:36.292Z (2 months ago)
- Language: CSS
- Homepage: http://drupalconasia2016.azrisolutions.com/
- Size: 284 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
1. USAGE
Visit Github Page http://d34dman.github.io/dcasia16-drupal-visualization/ and
click on project specific link listed there to access visualization.2. ADVANCED USAGE (hosting it yourself)
1. Obtaining the project data in json format.
1. Set up the Drupal project https://github.com/d34dman/drupal-project-health-checker
to scrap the data using Drupal.org's node API.
2. Take snapshots of the projects you are interested in.
3. Once the snapshot is ready you should be able to view the project details
on http://www.example.com/projecthealth/view//
4. For the above snapshot you can find the data in json format at url
http://www.example.com/projecthealth/data//2. Using the data obtained from scrapper
1. Save the json data into /data folder of this project.
Name it .json
2. Visiting /visualization?project= should show the
visualization for the3. NOTE
Project uses various libraries through cdn.
So a working internet connection is required.3. CREDITS
1. THEME:
1. Bootstrap Theme
2. AdminLTE Dashboard Theme
2. LIBRARIES:
1. jquery & jquery UI
2. d3js
3. Hosting and Version control: GitHub