0.0.16 • Published 7 years ago

bunq.js v0.0.16

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

NOTE: The library is far from complete not all API endpoints are implemented

If you want to help feel free to do so :)

bunq.js

This is an API client for the Bunq API.

Build Status

JavaScript Style Guide

Project set-up

  • Firstly run yarn in the root of the project
  • Then run yarn build
  • To run the example go to that directory and run yarn there
  • Then you can run this project by using yarn start

Other usefull commands

  • yarn watch This will watch the project for file changes and rebuilds the project
  • yarn test This will run the unit tests
  • yarn test:watch This will run the tests in watch mode

Usage

  • Firstly import the library

import Bunq from 'bunq.js'

Or

const Bunq = require('bunq.js').default

  • Then you can use the Bunq client. The Bunq client accepts some options
{
  apiKey: '',
  ipAddreses: [
  ]
}

Example

An example implementation can be found in /example:

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago