Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mvila/reserved-usernames

List of reserved usernames to prevent URL collision with resource paths
https://github.com/mvila/reserved-usernames

Last synced: 21 days ago
JSON representation

List of reserved usernames to prevent URL collision with resource paths

Awesome Lists containing this project

README

        

# reserved-usernames [![npm version](https://img.shields.io/npm/v/reserved-usernames.svg)](https://www.npmjs.com/package/reserved-usernames)

List of reserved usernames to prevent URL collision with resource paths.

Credit: [shouldbee/reserved-usernames](https://github.com/shouldbee/reserved-usernames).

## Installation

```
npm install --save reserved-usernames
```

## Example

```javascript
var usernames = require('reserved-usernames');

console.log(usernames.indexOf('admin') !== -1); // => true
```

## License

MIT