Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luanmuniz/validate-cache
🗃 A Object and String validation for Cache-Control Header
https://github.com/luanmuniz/validate-cache
Last synced: about 1 month ago
JSON representation
🗃 A Object and String validation for Cache-Control Header
- Host: GitHub
- URL: https://github.com/luanmuniz/validate-cache
- Owner: luanmuniz
- License: other
- Created: 2018-06-01T14:16:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T21:27:58.000Z (over 4 years ago)
- Last Synced: 2024-04-14T00:00:48.974Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Validate Cache
=========[![Greenkeeper badge](https://badges.greenkeeper.io/luanmuniz/validate-cache.svg)](https://greenkeeper.io/)
[![Build Status][circleci-image]][circleci-url] [![Dependency Status][depstat-image]][depstat-url] [![NPM Version][node-image]][node-url] [![Coverage Status][coverrals-image]][coverrals-url]
[![Node Build][nodei-image]][nodei-url]
A Object and String validation for Cache-Control Header
## Installation
```shell
$ npm install --save validate-cache
```## How it works
## API
## Tests
`npm test`## Contributing
Please, follow the [Code of Conduct](https://gist.github.com/luanmuniz/92b159ee3d437dc49eb8ad6508e2ee39) and check the [Contributing](CONTRIBUTING.md) documentation, there're just a few steps.## Support or Contact
Having trouble? Or new ideas? Post a new issue! We will be glad to help you!
## License
[MIT License](https://gist.github.com/luanmuniz/aab4d433106ec340c1f3b861aff34748) © Luan Muniz
[circleci-url]: https://circleci.com/gh/luanmuniz/validate-cache
[circleci-image]: https://circleci.com/gh/luanmuniz/validate-cache.svg?style=svg
[depstat-url]: https://david-dm.org/validate-cache#info=devDependencies
[depstat-image]: https://david-dm.org/validate-cache/dev-status.png
[nodei-image]: https://nodei.co/npm/validate-cache.png
[nodei-url]: https://nodei.co/npm/validate-cache
[node-image]: https://badge.fury.io/js/validate-cache.svg
[node-url]: http://badge.fury.io/js/validate-cache
[coverrals-image]: https://coveralls.io/repos/github/luanmuniz/validate-cache/badge.svg?branch=master
[coverrals-url]: https://coveralls.io/github/luanmuniz/validate-cache?branch=master