Unofficial Stash Invest node module
A simple module for interfacing with https://www.stashinvest.com.
Getting Started
Installing
npm install --save stashinvest-node
Usage
Read the full docs in docs.md
const Stash = ; Stash; // { // success: true,// status: 200,// api_key: {// access_token: '0000000000000000000000000',// user_id: 123456,// uuid: 'ffffff-ffff-ffff-ffff-ffffff',// active: true // }// }
Then, once you have your api key
const credentials = access_token: '0000000000000000000000000' user_id: 123456 uuid: 'ffffff-ffff-ffff-ffff-ffffff' Stash; // returns// { // success: true,// status: 200,// user: {...},// profile: {...},// accounts: [...]// }
Contributing
- For this project.
- Create a feature branch:
git checkout -b feature/my-feature
. - Push your branch
git push origin feature/my-feature
. - Submit a pull request.
Authors
- Arron Hunt - Initial work - arronhunt
License
This project is licensed under the MIT License.