Skip to content
#

nodejs-library

Here are 136 public repositories matching this topic...

mindconnect-nodejs

NodeJS Library for MindSphere Connectivity - TypeScript SDK for MindSphere - MindSphere Command Line Interface - MindSphere Development Proxy - typescript-sdk is waiting for your contributions!

  • Updated Apr 10, 2022
  • TypeScript
tanvp112
tanvp112 commented Dec 6, 2019

Hi,

I tried to use create-fastify-app with openapi specification version 3.0.1. Example converted v2 petstore swagger on editor.swagger.io to v3. But fastify-app failed with message 'parameter must contain a valid Open Api Version 2.0 or 3.0.x'. Source:

const parse = (content) => {
if (content.swagger && content.swagger.indexOf('2.0') === 0) {
return V2.parse(content)
}

throw

good first issue

Utility library for validation of PESEL, NIP, REGON, identity card etc. Aimed mostly at Polish enviroment. [Polish] Walidacja numerów pesel, nip, regon, dowodu osobistego.

  • Updated Mar 29, 2022
  • TypeScript

Improve this page

Add a description, image, and links to the nodejs-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nodejs-library topic, visit your repo's landing page and select "manage topics."

Learn more