Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dojo/dapi
Dojo 1 - API viewer.
https://github.com/dojo/dapi
Last synced: 2 days ago
JSON representation
Dojo 1 - API viewer.
- Host: GitHub
- URL: https://github.com/dojo/dapi
- Owner: dojo
- Created: 2013-03-16T23:33:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T22:18:00.000Z (over 9 years ago)
- Last Synced: 2024-06-21T18:09:22.757Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 21.4 MB
- Stars: 11
- Watchers: 33
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dapi
====Node.js/JavaScript Dojo API viewer and static API viewer document generator
Please see the [Wiki](https://github.com/dojo/dapi/wiki) for more information.
Why is this library special?
----------------------------
It's not, well not compared to the original code it was ported from.
The original API viewer is [here](https://github.com/wkeese/api-viewer) (also, many thanks to [wkeese](https://github.com/wkeese) for writing the dapi exporter for js-doc-parse which makes loading and parsing a breeze compared to loading/parsing XML).
This repository is *just a port of the existing PHP code to node.js*, however it's main aims are to remove the PHP dependency for viewing API docs and leverage node.js instead (eat what you preach), make it simpler to change the UI (templating, separating logical UI code from the data) and be able to generate a *static output* of the API documentation if needed.