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

https://github.com/rdsq/open-js

A JS package to open stuff
https://github.com/rdsq/open-js

bun deno javascript javascript-library jsr node nodejs package typescript

Last synced: 5 months ago
JSON representation

A JS package to open stuff

Awesome Lists containing this project

README

          

# Open

This is a simple (as it should be) package to open URLs, and maybe files

```js
import open from '@rdsq/open';

await open('https://example.com');
```