An open API service indexing awesome lists of open source software.

https://github.com/duncdrum/d3ia

xml varations on d3.js in action example code
https://github.com/duncdrum/d3ia

Last synced: 11 months ago
JSON representation

xml varations on d3.js in action example code

Awesome Lists containing this project

README

          

# D3 in Action Files
Expriements to go along [D3.js in Action](https://www.manning.com/books/d3-js-in-action) by [Elijah Meeks](https://github.com/emeeks).

Focuses on xhtml, xml, and xquery trickery with version 4 of [D3.js](https://github.com/d3/d3).

Original source files are [here](https://manning-content.s3.amazonaws.com/download/7/f2ab18b-4764-4b75-97e3-3fa829122a9d/D3js_SourceCode.zip)

Run either locally or from inside exist-db.

## To test localy:
```cd d3ia```

start localhost (for systems with ruby)
```ruby -run -e httpd . -p 5000```

to stop server simply use ```ctrl-x```

## To install into exist-db
WIP