zimicjs / zimic

TypeScript-first HTTP request mocking
https://npmjs.com/package/zimic
MIT License
9 stars 2 forks source link

Add "Open in Stackblitz" links to examples #343

Open diego-aquino opened 3 months ago

diego-aquino commented 3 months ago

It would be nice to have a link "Open in Stackblitz" to quickly open any example directly in the browser.

By clicking the link, I expect the user to be redirected to a StackBlitz project, where only the example is cloned if possible, not the whole monorepo, and everything is set up automatically. The purpose is to click the link and shortly to be able to try Zimic without additional configuration or installation.

StackBlitz provides an SVG for us to use. An example:

https://github.com/diego-aquino/api-mocking-app-restaurants

image

[![Abrir no Stackblitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/diego-aquino/api-mocking-app-restaurants?startScript=dev&file=README.md)
emanamoura commented 4 weeks ago

Hi @diego-aquino , can I get this one ?

diego-aquino commented 4 weeks ago

Assigned, @emanamoura! Thanks again!