Skip to content
This repository was archived by the owner on Sep 10, 2026. It is now read-only.

Repository files navigation

Starling Javascript SDK

Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired. JavaScript Standard Style NPM Package Version

Documentation

The documentation for our SDK can be found here.

Installation

npm install starling-developer-sdk

Usage

const Starling = require('starling-developer-sdk')
// or
import Starling from 'starling-developer-sdk'

const client = new Starling({
  // apiUrl: 'https://api-sandbox.starlingbank.com',
  accessToken: '<oauth access token>'
})

client.account.getAccounts()
  .then(({ data }) => console.log(data))
  .catch(err => console.log(err))

About

The official JavaScript development kit for building on the Starling API

Topics

Resources

Contributing

Stars

48 stars

Watchers

72 watching

Forks

Releases

Used by

Contributors

Languages