From 6ca5153a15274f068c60148c3928a4349575507c Mon Sep 17 00:00:00 2001 From: Fred Wang Date: Wed, 31 Oct 2018 22:44:26 +0800 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbead1f --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# GoodNight +Auto saying good night to girlfriend + +## Usage + +1. Make sure Node.js and npm installed. +2. Run `npm install` to install all dependencies. +3. Run `npm start` to start the application.