Awesome
Pinecone Router Middleware Template
A middleware for Pinecone Router.
Be sure to do a site wide search/replace for the following:
{author-name} - Example: Rafik El Hadi Houari
{middleware-name} - Example: markdown
{current-year} - Example: 2021
{package-description} - Example: The summary
{repository} - Example: The full repository path, like pinecone-router/middleware-template
{security-email} - Example john @ example.com
About
What does this middleware do.
Installation
CDN
Include the following <script>
tag in the <head>
of your document, before Pinecone Router:
<script src="https://cdn.jsdelivr.net/npm/pinecone-router-{middleware-name}@0.0.0/dist/index.umd.js"></script>
ES6 Module:
import 'https://cdn.jsdelivr.net/npm/pinecone-router-middleware-{middleware-name}@0.0.0/dist/index.module.js';
NPM
npm install pinecone-router-middleware-{middleware-name}
// load this middleware
import 'pinecone-router-middleware-{middleware-name}';
// then load pinecone router
import 'pinecone-router';
Important: This must be added before loading Pinecone Router.
Usage
usage info
Supported versions
Version | Pinecone Router Versions |
---|---|
0.0.0 | 2.0.0 |
Contributing:
Please refer to CONTRIBUTING.md
Versioning
This projects follow the Semantic Versioning guidelines.
License
Copyright (c) {current-year} {author-name}
Licensed under the MIT license, see LICENSE.md for details.