An open API service indexing awesome lists of open source software.

https://github.com/pagoru/denopen

Small deno module to open a link on browser.
https://github.com/pagoru/denopen

Last synced: 11 months ago
JSON representation

Small deno module to open a link on browser.

Awesome Lists containing this project

README

          

# DenOpen

Small deno module to open a link on browser.

## Add to your project with [land](https://module.land/~pagoru/DenOpen)

`land add pagoru/DenOpen`

## Example

```ts
import { Open } from 'pagoru/DenOpen@master/main.ts'

Open('https://google.com/');

```