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

https://github.com/tangrams/tangram-docs-library

NPM module for Tangram Documentation
https://github.com/tangrams/tangram-docs-library

Last synced: 12 months ago
JSON representation

NPM module for Tangram Documentation

Awesome Lists containing this project

README

          

# Tangram Documentation Library

NPM library Prototype: [https://www.npmjs.com/package/tangram-docs](https://www.npmjs.com/package/tangram-docs)

## Documentation folder

Contains the yaml files that specify information for each Tangram parameter

## Tangram-docs folder

This is where our library lives.

The `source/app.js` file contains a script that has to be run to generate the `dist/tangram-docs.json` file. To run simply type:

`node app.js`

The script will crawl through the `documentation/` folder and generate a .json file based on all the Tangram parameter specs.

The `dist/` folder contains library functions to interact and fetch information from the .json file.