1.0.0 • Published 4 years ago

bumbleapi v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Node.js bumble api

Unofficial API for interacting with the dating app Bumble

Getting Started

npm install bumbleapi

How to use

var BumAPI = require('bumbleapi')('Your telephone','Your password');

To initalize you need to run

BumAPI.startup().then((res) => {console.log(res);})

Run BumAPI.startup() to initialize the session.

Then you can run BumAPI.getEncounters().

In the BumAPI.getEncounters() response you can find the encounters info and ids

To submit a vote no BumAPI.voteNoForEncounter(id) where the id can be found in the response of BumAPI.getEncounters().

To submit a vote yes BumAPI.voteYestForEncounter(id) where the id can be found in the response of BumAPI.getEncounters().

5 functions are curenctly available

BumAPI.getEncounters().then(data => {})
BumAPI.voteNoForEncounter(id).then(data => {})
BumAPI.voteYestForEncounter(id).then(data => {})
/*NEW*/ BumAPI.getMatchesList.then(data => {}) //returns the list of matches
/*NEW*/ BumAPI.getMatchesDetails(id).then(data => {}) // passing the id of a match returns details about this match 

Contributing

Please Discord konakia#0446 for more info.

License

This project is licensed under the ISC License

1.0.0

4 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago