whalesong-js
v0.0.30
Published
Whalesong is a library to manage WebApps remotely. Currently WhatsappWeb is implemented
Readme
WhalesongJS
A node version of Whalesong, using Google Puppeteer.
Requirements
node (>=9.9.0)
npm (>=5.6.0)The lib was not tested with previous versions.
Development requirements
makeInstallation
The lib is using the Puppeteer that will install a Chromium for the browser backend.
$ npm install whalesong-jsFeatures
- Non blocking driver. It can do more than one thing at same time.
- Monitor feature. Javascript events in browser will be sent to Whalesong.
- Easy way to build new features.
- AmpersandJS/BackboneJS models and collection monitor.
- AmpersandJS/BackboneJS field monitor.
- Take screenshots (page and css elements).
- Chromium backend.
TODO
- Tests
- Documentation
- Examples
- Enable JS async iterator
Development
To help in development:
Install library requirements:
make requirementsBuild scriptlet and lib
make buildAny other doubts, check in the original Whalesong repository.
