node-tinder

April 3, 2019 ยท View on GitHub

An API Wrapper for Tinder

Installation

npm install --save https://github.com/jzarca01/node-tinder

Usage

const Tinder = require('node-tinder');
const tinder = new Tinder({
  phoneNumber: ''
});

Methods

See example/index.js for a cool example