The old version of this api was based on web automation using selenium, that approach is very limited and unstable. This new version uses javascript injection so that we can use web app javascript code without need to reivent the whell.
Important note: You need a browser bundler to run this on browser, you can try Browserify.
- Create a file in project's root directory called .npmrc
- Run
npm install futwebapiv2
- Code your own stuff and have fun!
- Inject your code in the webapp.
If you want to find a group of people ready to help you and share some knowledge, do not hesitate and join our discord group
If you want to generate the documentation for this project you can clone this repository and follow the following steps.
-
Run
npm install
inside cloned project root folder. -
Run
npm run doc
inside cloned project root folder. -
Now a folder called docs should appear in project root folder with an
index.html
file you can open.