Exploring the npm registry API

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • registry

    npm registry documentation

  • While many people regularly use npm's website to discover packages, only a few know that npm also provides a public REST API accessible at registry.npmjs.org.

  • React

    The library for web and native user interfaces.

  • { "objects": [ { "package": { "name": "react", "scope": "unscoped", "version": "17.0.2", "description": "React is a JavaScript library for building user interfaces.", "keywords": ["react"], "date": "2021-03-22T21:56:19.536Z", "links": { "npm": "https://www.npmjs.com/package/react", "homepage": "https://reactjs.org/", "repository": "https://github.com/facebook/react", "bugs": "https://github.com/facebook/react/issues" }, "publisher": { "username": "…", "email": "…" }, "maintainers": [ { "username": "…", "email": "…" }, { "username": "…", "email": "…" } ] }, "score": { "final": 0.5866665170132767, "detail": { "quality": 0.5246016720020373, "popularity": 0.8931981392742823, "maintenance": 0.3333333333333333 } }, "searchScore": 100000.63 } ], "total": 164637, "time": "Fri Jul 02 2021 13:13:14 GMT+0000 (Coordinated Universal Time)" }

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • flow-pipeline

    A set of tools and examples to run a flow-pipeline (sFlow, NetFlow)

  • Sometimes we may want to use a proxy or mirror of the npm registry instead of the original registry itself. For example, Cloudflare provides a mirror at https://registry.npmjs.cf with CORS enabled, allowing us to query the registry directly from the browser or client-side applications.

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • The npm CLI tool installed by default with Node.js on your machine

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Node package managers (npm, yarn, pnpm) - All you need to know

    3 projects | dev.to | 2 May 2024
  • How to Build an AI FAQ System with Strapi, LangChain & OpenAI

    7 projects | dev.to | 21 Apr 2024
  • Meteor v3 uses express under the hood – How to use and deploy it.

    3 projects | dev.to | 4 Mar 2024
  • [AskJS] What do you use to make small back-ends ?

    2 projects | /r/javascript | 5 Dec 2023
  • Best NodeJS frameworks for seamless backend development

    13 projects | dev.to | 20 Nov 2023