Online auctions with ascending price and time limit
npm install @mindpowered/englishauction
englishauction
==============
Online auctions with ascending price and time limit
Contents
========
* Source Code and Documentation
* About
* Requirements
* Installation
* Usage
* Support
* Licensing
This package aims to provide functionality of online English auctions.
Third-party dependencies may have additional requirements.
You can retrieve the englishauction package using npm https://www.npmjs.com/. After initializing your packages.json file in your project’s directory with npm init, you can install the englishauction package with
```
npm i @mindpowered/englishauction --save--save
hint: the option will add the newly installed dependency in your packages.json file.
You can also add the package directly to your packages.json file.
...
javascriptlet mpcea = require('@mindpowered/englishauction');
const {EnglishAuction} = mpcea;
let ea = new EnglishAuction();
ea.EnglishAuction(0, 10, "start", true);
``There is also a public [Issue Tracker][bugs] available for this package.
[bugs]: https://github.com/mindpowered/english-auction-js/issues
[contact]: https://mindpowered.dev/support/?ref=english-auction-js/
[docs]: https://mindpowered.github.io/english-auction-js/
[licensing]: https://mindpowered.dev/?ref=english-auction-js
[purchase]: https://mindpowered.dev/purchase/