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

https://github.com/data2viz/play.data2viz.io


https://github.com/data2viz/play.data2viz.io

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# play.data2viz.io

This project is deployed to **[play.data2viz.io](https://play.data2viz.io/)** to help
developers understand the features of [data2viz library](https://github.com/data2viz/data2viz).

The goal is to cover all the API of *data2viz*.

The content of the pages is created using markdown. The pages are parsed and transformed
to html on the [Ktor server](https://ktor.io/).

The markdown pages are under the `content/tutorials` directory.
The pages are sorted by they filename. This is why each file name must start with
two digits + `-`. The title of the page is retrieved from the first title of level 1.

## How to launch it

Build the project from gradle `gradlew run`.

## Contributions

PR are welcome to correct the texts, propose some more examples.