Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfreire/tinder-wrapper
A :revolving_hearts: Tinder :package: wrapper library
https://github.com/hfreire/tinder-wrapper
dates dating github-actions nodejs rest-api tinder tinder-api tinder-hack
Last synced: 3 months ago
JSON representation
A :revolving_hearts: Tinder :package: wrapper library
- Host: GitHub
- URL: https://github.com/hfreire/tinder-wrapper
- Owner: hfreire
- License: mit
- Created: 2017-06-23T11:00:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:05:23.000Z (about 2 years ago)
- Last Synced: 2024-10-13T09:16:03.744Z (4 months ago)
- Topics: dates, dating, github-actions, nodejs, rest-api, tinder, tinder-api, tinder-hack
- Language: JavaScript
- Homepage:
- Size: 3.23 MB
- Stars: 32
- Watchers: 2
- Forks: 6
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# A :revolving_hearts: Tinder :package: wrapper library
[![](https://github.com/hfreire/tinder-wrapper/workflows/ci/badge.svg)](https://github.com/hfreire/tinder-wrapper/actions?workflow=ci)
[![Coverage Status](https://coveralls.io/repos/github/hfreire/tinder-wrapper/badge.svg?branch=master)](https://coveralls.io/github/hfreire/tinder-wrapper?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/hfreire/tinder-wrapper/badge.svg)](https://snyk.io/test/github/hfreire/tinder-wrapper)
[![](https://img.shields.io/github/release/hfreire/tinder-wrapper.svg)](https://github.com/hfreire/tinder-wrapper/releases)
[![Version](https://img.shields.io/npm/v/tinder-wrapper.svg)](https://www.npmjs.com/package/tinder-wrapper)
[![Downloads](https://img.shields.io/npm/dt/tinder-wrapper.svg)](https://www.npmjs.com/package/tinder-wrapper)> A Tinder wrapper library.
### Features
* Uses [Request on Steroids](https://github.com/hfreire/request-on-steroids) to rate limit, retry and circuit break outgoing HTTP requests :white_check_mark:
* Supports [Bluebird](https://github.com/petkaantonov/bluebird) :bird: promises :white_check_mark:### How to install
```
npm install tinder-wrapper
```### How to use
#### Use it in your app
Authorize Facebook account and get recommendations
```javascript
const TinderWrapper = require('tinder-wrapper')const tinder = new TinderWrapper()
const facebookAccessToken = 'my-facebook-access-token'
const facebookUserId = 'my-facebook-id'tinder.authorize(facebookAccessToken, facebookUserId)
.then(() => tinder.getRecommendations())
.then(({ results }) => console.log(results))
```### How to contribute
You can contribute either with code (e.g., new features, bug fixes and documentation) or by [donating 5 EUR](https://paypal.me/hfreire/5). You can read the [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute with code.All donation proceedings will go to the [Sverige för UNHCR](https://sverigeforunhcr.se), a swedish partner of the [UNHCR - The UN Refugee Agency](http://www.unhcr.org), a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people.
### Used by
* [get-me-a-date](https://github.com/hfreire/get-me-a-date) - :heart_eyes: Help me get a :cupid: date tonight :first_quarter_moon_with_face:### License
Read the [license](./LICENSE.md) for permissions and limitations.