tru-cli
v1.0.7
Published
A node.js module for accessing the TRU servers.
Downloads
5
Maintainers
Readme
--ABOUT--
TRU is a data storage platform that can store data in the form of variables, specific to apps you have made. Email me at [email protected] to request an app and usage key.
--USAGE--
get(key, app, variable, function(result) {})
set(key, app, variable, data)
--UPDATES--
1.0.0 - Inital release
1.0.1 - Changed server address for data storage. Data migrated between servers.
1.0.2 - Add README
1.0.3 - Updated README
1.0.4 - Updated README, again... Final time.
1.0.5 - Updated README, removed debug code from module.
1.0.6 - Added getSync()
1.0.7 - Updated README (because I forgot to like always) and removed getSync(). It didn't work all the time. Maybe I'll add it back later.