From ae53b4315b524b80ccbf1c588158ca6d481fa984 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 1 Jul 2018 21:55:08 -0600 Subject: [PATCH] Add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..22ad87c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +PC Info Client +============== + +A cross-platform app for using the [PC Info API](Netsyms/PCInfo). + +This is a hybrid project: it can be built and run with Cordova +(for Android and other mobile platforms) and NW.js +(for Linux and other desktop/laptop platforms). + +Programmed in HTML ;) \ No newline at end of file