Access token
Access tokens can be acquired in the profile page after you login to the website.
Most of the f3.js features can be accessed through CLI by installing the following npm module.
npm install f3js-cli -g
f3-users --help
f3-users get --token YOUR_TOKEN
f3-projects --help
# download the project archive
f3-projects download 182
# download the project archive and extract it
f3-projects download 182 -e
# edit and save the project
cd f3js-nodejs-300
vi index.js
f3-projects save --token YOUR_TOKEN
# download the PDF layout that reflects local edits
f3-projects render --token YOUR_TOKEN
The f3.js supports the complete workflow of creating IoT applications through its web-based interface, but f3.js IDE that runs on Windows or Mac OS X additionally enables the following features.