A Happn wrapper library.
- Uses Request on Steroids to rate limit, retry and circuit break outgoing HTTP requests ✅
- Supports Bluebird 🐦 promises ✅
npm install happn-wrapper
Authorize Facebook account and get recommendations
const HappnWrapper = require('happn-wrapper')
const happn = new HappnWrapper()
const facebookAccessToken = 'my-facebook-access-token'
happn.authorize(facebookAccessToken)
.then(() => happn.getRecommendations())
.then(({ results }) => console.log(results))
You can contribute either with code (e.g., new features, bug fixes and documentation) or by donating 5 EUR. You can read the contributing guidelines for instructions on how to contribute with code.
All donation proceedings will go to the Sverige för UNHCR, a swedish partner of the UNHCR - The UN Refugee Agency, a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people.
- get-me-a-date - 😍 Help me get a 💘 date tonight 🌛
Read the license for permissions and limitations.