This example project explains the following: * Reading and writing NFC tag * Use Flash storage to store Javascript source code which can be executed when the board is turned on. * Downloading JavaScript program from url. Project demo: Writes and runs JS program from Flash storage by downloading from internet using URL from NFC tag. NFC tag must contain the following info: 1- Password 2- URL separated by: , Note: This project is based on Mbed JavaScript and hence cannot be compiled using MBed Compiler. Read Readme.md for information about compiling and running this project.

Gulpfile.js

Committer:
akhtar.syedzeeshan@gmail.com
Date:
2018-08-19
Revision:
0:1cefa69131b8

File content as of revision 0:1cefa69131b8:

'use strict';

const gulp = require('gulp');

require('mbed-js-gulp')(gulp);