Skip to content

crpz1/up-api.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

up-api.js

An (incomplete) implementation of the Up Banking API in JavaScript.

Contributions

Feel free to contribute to this project. This is the first time I've ever written something like this so it's very rough around the edges and probably breaks many different conventions.

Usage

const upApi = require("./upApi.js");
const Up = new upApi.Client(token);

Up.getTransactions().then(res => console.log(res));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published