twsn Check if screen name is already used Installation $ npm install dqn/twsn Usage const twsn = require('twsn'); twsn.isUsed('github').then(console.log); API twsn.isUsed(screenName) screenName: string Returns: Promise<boolean> License MIT