{"id":16222926,"url":"https://github.com/michael/dejavis-sandbox","last_synced_at":"2025-03-19T11:31:47.316Z","repository":{"id":1002708,"uuid":"816747","full_name":"michael/dejavis-sandbox","owner":"michael","description":"A sandbox for pluggable data visualizations","archived":false,"fork":false,"pushed_at":"2010-09-09T23:25:40.000Z","size":358,"stargazers_count":33,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T18:34:23.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dejavis.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michael.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-04T10:51:50.000Z","updated_at":"2024-09-21T18:10:40.000Z","dependencies_parsed_at":"2022-08-16T11:45:26.191Z","dependency_job_id":null,"html_url":"https://github.com/michael/dejavis-sandbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael%2Fdejavis-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael%2Fdejavis-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael%2Fdejavis-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael%2Fdejavis-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michael","download_url":"https://codeload.github.com/michael/dejavis-sandbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989109,"owners_count":20379648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T12:15:53.247Z","updated_at":"2025-03-19T11:31:47.013Z","avatar_url":"https://github.com/michael.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Déjàvis\n================================================================================\n\nDéjàvis is a sandbox for data visualizations. It allows you to develop pluggable\nvisualizations in a declarative style and deploy them to dejavis.org. You no\nlonger need to start from a plain HTML file. The HTML frame is defined by the\nsandbox. You can modify the HTML using placeholders (name, description, author)\nwhich are specified in a `manifest.json` file. Of course you can manipulate the\nDOM with Javascript at any time.\n\n![Screenshot](http://github.com/michael/dejavis/raw/master/assets/screenshot.png)\n\n\nWorkflow\n--------------------------------------------------------------------------------\n\nThe `dejavis` command line utility lets you create, serve and deploy your\nvisualization.\n\n**1. Create a visualization using a skeleton**\n\n    dejavis create your_vis\n\nThis generates a skeleton containing an example visualization. The example is \nwritten in CoffeeScript, which is really great for writing expressive code in\nless lines of code. For the visualization part [Unveil.js](http://github.com/michael/unveil)\nis used. However this is just a starting point. You can throw everything away and\nuse your favorite frameworks.\n\n\n**2. Adjust manifest.json**\n\nMeta information, like name, description, author are specified here. Also the scripts\nthat should be loaded need to be set.\n\n\n**3. Serve it locally and start development**\n\n    dejavis serve\n    \n    \n**4. Publish to dejavis.org**\n\nYou need to have your code in a public Github repository in order to deploy your work.\nThe name property of the manifest.json file needs to be unique as your visualization\nwill live at http://dejavis.org/your_vis.\n\n    dejavis publish\n    \nThis command isn't implemented yet. Please contact me via Github. I'll publish your visualization manually.\n\n   \nInstallation\n--------------------------------------------------------------------------------\n\n`dejavis` is a command-line utility written in CoffeeScript and running on Node.js.\nThe included server uses the Express.js web framework.\n\n**Node.js**\n\n    git clone http://github.com/ry/node.git\n    ./configure\n    make\n    make install\n    \n**CoffeeScript**\n\n    git clone http://github.com/jashkenas/coffee-script.git\n    sudo bin/cake install\n    \n**Express.js**\n    \n    curl -# http://expressjs.com/install.sh | sh\n\n**Dejavis**\n\n    git clone http://github.com/michael/dejavis.git\n    sudo cake install\n    \n\nFeatures\n--------------------------------------------------------------------------------\n\n* Create a visualization using a skeleton\n* Framework independent\n* Local server for development\n* Free deployment to dejavis.org\n* Compiles .coffee files on the fly while the local server is running\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael%2Fdejavis-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichael%2Fdejavis-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael%2Fdejavis-sandbox/lists"}