Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 917 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 917 Bytes

Ecoflow developer API playground

Setup

Run npm i to install all dependencies. Copy .env.example and rename to .env and enter your access- and secret-key as well as the client-id you want to use for the application.

Note: Only 10 clients are allowed to connect, further requests are blocked.

After .env-file is ready, you can run the scripts located in the example dir:

e.g. npx ts-node examples/rest/03-get-device-quota.ts

Further reading / inspirations