You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.1 KiB

  1. # HAR Schema [![version][npm-version]][npm-url] [![License][npm-license]][license-url]
  2. > JSON Schema for HTTP Archive ([HAR][spec]).
  3. [![Build Status][travis-image]][travis-url]
  4. [![Downloads][npm-downloads]][npm-url]
  5. [![Code Climate][codeclimate-quality]][codeclimate-url]
  6. [![Coverage Status][codeclimate-coverage]][codeclimate-url]
  7. [![Dependency Status][dependencyci-image]][dependencyci-url]
  8. [![Dependencies][david-image]][david-url]
  9. ## Install
  10. ```bash
  11. npm install --only=production --save har-schema
  12. ```
  13. ## Usage
  14. Compatible with any [JSON Schema validation tool][validator].
  15. ----
  16. > :copyright: [ahmadnassri.com](https://www.ahmadnassri.com/)  · 
  17. > License: [ISC][license-url]  · 
  18. > Github: [@ahmadnassri](https://github.com/ahmadnassri)  · 
  19. > Twitter: [@ahmadnassri](https://twitter.com/ahmadnassri)
  20. [license-url]: http://choosealicense.com/licenses/isc/
  21. [travis-url]: https://travis-ci.org/ahmadnassri/har-schema
  22. [travis-image]: https://img.shields.io/travis/ahmadnassri/har-schema.svg?style=flat-square
  23. [npm-url]: https://www.npmjs.com/package/har-schema
  24. [npm-license]: https://img.shields.io/npm/l/har-schema.svg?style=flat-square
  25. [npm-version]: https://img.shields.io/npm/v/har-schema.svg?style=flat-square
  26. [npm-downloads]: https://img.shields.io/npm/dm/har-schema.svg?style=flat-square
  27. [codeclimate-url]: https://codeclimate.com/github/ahmadnassri/har-schema
  28. [codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/har-schema.svg?style=flat-square
  29. [codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/ahmadnassri/har-schema.svg?style=flat-square
  30. [david-url]: https://david-dm.org/ahmadnassri/har-schema
  31. [david-image]: https://img.shields.io/david/ahmadnassri/har-schema.svg?style=flat-square
  32. [dependencyci-url]: https://dependencyci.com/github/ahmadnassri/har-schema
  33. [dependencyci-image]: https://dependencyci.com/github/ahmadnassri/har-schema/badge?style=flat-square
  34. [spec]: https://github.com/ahmadnassri/har-spec/blob/master/versions/1.2.md
  35. [validator]: https://github.com/ahmadnassri/har-validator