The Wayback Machine - https://web.archive.org/web/20210317021756/https://github.com/topics/nodejs-library
Skip to content
#

nodejs-library

Here are 119 public repositories matching this topic...

mindconnect-nodejs
sn0wcat
sn0wcat commented Oct 18, 2020

if you have never contributed to open source here is your chance: 😸

(If you don't have MindSphere access, you can get a free account by registering at https://siemens.mindsphere.io/en/start )

[0] Comment on this issue that you will take care of this feature impementation ;)
[1] fork the repository (click on the Fork button)
[2] Clone it to your local system and install the dependencies

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

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 Sep 11, 2020
  • 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