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

https://github.com/shmuelie/microdata-tooling

Provides tooling to help using micro data from TypeScript/JavaScript
https://github.com/shmuelie/microdata-tooling

javascript micro-data microdata microdata-tooling schema-org typescript

Last synced: 26 days ago
JSON representation

Provides tooling to help using micro data from TypeScript/JavaScript

Awesome Lists containing this project

README

          

# microdata-tooling

[![View this project on NPM](https://img.shields.io/npm/v/microdata-tooling.svg)](https://www.npmjs.com/package/microdata-tooling)
![NPM Version](https://img.shields.io/npm/dm/microdata-tooling.svg)
![Issues Count](https://img.shields.io/github/issues/shmuelie/microdata-tooling)
![License](https://img.shields.io/github/license/shmuelie/microdata-tooling)
![Type Definitions](https://img.shields.io/npm/types/microdata-tooling)

Provides tooling to help using [micro data](https://html.spec.whatwg.org/multipage/microdata.html) from TypeScript/JavaScript.

Currently only works in the browser out of the box. For support in NodeJS, load the [JSDOM](https://github.com/jsdom/jsdom) package first; the tests use this.

Tested using [Mocha](https://mochajs.org/).