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

https://github.com/jamen/npm-random-feed

Create a feed of random names, and if they are free or taken
https://github.com/jamen/npm-random-feed

Last synced: about 1 year ago
JSON representation

Create a feed of random names, and if they are free or taken

Awesome Lists containing this project

README

          

# npm-random-feed

> Create a feed of random names, and if they are free or taken

**Note:** Do not abuse this module. I've made it for my own personal use when struggling to find short reasonable names on npm. I've published it _if_ other people want to use it for the same purpose.

```
$ npm-random-feed --length 3 --delay 1s --no-filter
```

- `--length`: Length of the random words generated. Defaults to `3`
- `--delay`: Delay between each request. Defaults to `1s`
- `--[no-]filter`: `free` or `taken` or disabled. Defaults to `free`

See [`css-duration`](https://npmjs.com/)

## Installation

```sh
$ npm install --global npm-random-feed
```

## License

MIT © [Jamen Marz](https://git.io/jamen)

---

[![version](https://img.shields.io/npm/v/npm-random-feed.svg?style=flat-square)][package] [![travis](https://img.shields.io/travis/npm-random-feed/jamen.svg?style=flat-square)](https://travis-ci.org/npm-random-feed/jamen) [![downloads/month](https://img.shields.io/npm/dm/npm-random-feed.svg?style=flat-square)][package] [![downloads](https://img.shields.io/npm/dt/npm-random-feed.svg?style=flat-square)][package] [![license](https://img.shields.io/npm/l/npm-random-feed.svg?style=flat-square)][package] [![support me](https://img.shields.io/badge/support%20me-paypal-green.svg?style=flat-square)](https://www.paypal.me/jamenmarz/5usd) [![follow](https://img.shields.io/github/followers/jamen.svg?style=social&label=Follow)](https://github.com/jamen)
[package]: https://npmjs.com/package/npm-random-feed