@chrisaugu/nuku-api-lib
v1.0.0
Published
NUKU API NPM library
Downloads
171
Readme
NUKU-API NPM Library
This is a small JavaScript library package for retrieving stocks info from PNGX.com website This npm package provides utilities to work with the Indian stock market, including functions to determine market holidays, expiry dates for futures and options, and market open/close status. A lightweight NPM package for fetching Vietnam stock market data from VCI.
The library is built using TypeScript
https://medium.com/@the_nick_morgan/creating-an-npm-package-with-typescript-c38b97a793cf https://medium.com/nerd-for-tech/testing-typescript-with-jest-290eaee9479d
https://github.com/nodef/extra-fyers https://github.com/toolboxco/signalx/ https://zerodha.com/about/ https://www.npmjs.com/package/inves-broker https://www.financialdatasets.ai/pricing https://vnstocks.com/docs/vnstock/thong-ke-gia-lich-su https://github.com/thinh-vu/vnstock/
npm run build
npm run test
Types of schedules supported by Schedule:
- Schedule a set of work items across developers with different schedules
- Manage elevator reservations for an apartment building
- Schedule the company ping pong tournment
####For complete documentation visit http://bunkat.github.io/schedule/.
Installation
Using npm:
$ npm install @nuku/client-jsBuilding
To build the minified javascript files for schedule, run npm install to install dependencies and then:
$ make build
Running tests
To run the tests for schedule, run npm install to install dependencies and then:
$ make testInstallation
Using npm:
$ npm install schedulejsUsing bower:
$ bower install later
$ bower install scheduleBuilding
To build the minified javascript files for schedule, run npm install to install dependencies and then:
$ make buildRunning tests
To run the tests for schedule, run npm install to install dependencies and then:
$ make testVersioning
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
Bug tracker
Have a bug or a feature request? Please open a new issue.
Change Log
Schedule v0.6.0
- First documented release.
