https://github.com/indieweb/post-type-discovery-tests
https://github.com/indieweb/post-type-discovery-tests
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/indieweb/post-type-discovery-tests
- Owner: indieweb
- Created: 2017-07-21T18:08:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T18:33:54.000Z (almost 9 years ago)
- Last Synced: 2025-08-29T03:53:22.001Z (11 months ago)
- Size: 24.4 KB
- Stars: 6
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# post-type-discovery-tests
A test suite for the [Post Type Discovery](https://www.w3.org/TR/post-type-discovery/) W3C spec. It contains Microformats2 parsed JSONs. The files are named with thier "type" before the hyphen.
## Installation
Use [npm](https://www.npmjs.com/package/post-type-discovery-tests) to install:
```
npm install post-type-discovery-tests --save-dev
```
You would then be able to access all the files from `node_modules/post-type-discovery-tests`.