JSFiddle - React, Tailwind, and code Playground

by amindunited

JavaScript

fetch('http://registry.npmjs.com/-/v1/search?text="@amindunited"')
.then((blob) => blob.json())
.then((result) => {
	console.log('result', result);
});