- Clone the repo
git clone https://github.com/theboringindustries/nicknamy
- Create line separated file with nicknames you want to check
first nickname second nickname ...
node src/index.js {filename} {next-request-timeout}
Argument | Type | Example |
---|---|---|
{filename} | string | nicknames.txt |
{next-request-timeout} | number in ms | 100 |
For custom api, you should change API
constant inside src/index.js
const API = 'https://domain.com'