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

https://github.com/andreruffert/andreruffert-whois

Meta package for André Ruffert
https://github.com/andreruffert/andreruffert-whois

Last synced: about 1 month ago
JSON representation

Meta package for André Ruffert

Awesome Lists containing this project

README

          

# andreruffert

> Meta package for André Ruffert

[![Test status](https://github.com/andreruffert/andreruffert-whois/actions/workflows/test.yml/badge.svg)](https://github.com/andreruffert/andreruffert-whois/actions/workflows/test.yml)
[![npm version](https://img.shields.io/npm/v/andreruffert.svg)](https://www.npmjs.com/package/andreruffert)
[![npm downloads](https://img.shields.io/npm/dm/andreruffert?logo=npm)](https://www.npmjs.com/package/andreruffert)

## Install

```shell
npm install andreruffert
```

## Usage

### CLI

```shell
npx andreruffert
```

### Programmatic

```js
import andreruffert from 'andreruffert';

andreruffert();
```

## License

MIT © [André Ruffert](https://andreruffert.com)