/mint-wrapper

A :revolving_hearts: Mint :package: wrapper library

Primary LanguageJavaScriptMIT LicenseMIT

A πŸ’ž Mint πŸ“¦ wrapper library

Coverage Status Known Vulnerabilities Version Downloads

A Mint wrapper library.

Features

  • Retries πŸ’© failing requests in temporary and unexpected system and πŸ’₯ network failures βœ…
  • Uses Brakes circuit breakers to βœ‹ fail-fast until it is safe to retry βœ…
  • Supports Bluebird 🐦 promises βœ…

How to install

npm install mint-wrapper

How to use

Use it in your app

Authorize Facebook account and get recommendations

const MintWrapper = require('mint-wrapper')

const mint = new MintWrapper()
const facebookAccessToken = 'my-facebook-access-token'

mint.authorize(facebookAccessToken)
  .then(() => mint.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. 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.

Used by

  • get-me-a-date - 😍 Help me get a πŸ’˜ date tonight πŸŒ›

License

Read the license for permissions and limitations.