Browse Source

Flasher.js rebrand

Signed-off-by: Andrew Chalkley <andrew@chalkley.org>
Andrew Chalkley 9 years ago
parent
commit
531130402f
3 changed files with 18 additions and 9 deletions
  1. 12 3
      README.md
  2. 2 2
      front-end/index.html
  3. 4 4
      package.json

+ 12 - 3
README.md

@@ -1,6 +1,6 @@
-# Especially Flasher
+# Flasher.js
 
 
-_Especially Flasher_ is a tool to get JavaScript running natively on
+_Flasher.js_ is a tool to get JavaScript running natively on
 the Internet of Things device, ESP8266. This application runs on
 the Internet of Things device, ESP8266. This application runs on
 Windows, Mac OS X and Linux.
 Windows, Mac OS X and Linux.
 
 
@@ -9,6 +9,15 @@ EP-12 devices like the Adafruit Huzzah and Adadfruit Feather Huzzah.
 
 
 -------
 -------
 
 
+## Run the GUI
+
+```bash
+npm install
+npm start
+```
+
+-------
+
 ## ROM Communication
 ## ROM Communication
 
 
 The ESP8266 is notoriously finicky about being flashed, we've done our best to abstract that for you.
 The ESP8266 is notoriously finicky about being flashed, we've done our best to abstract that for you.
@@ -44,7 +53,7 @@ We are using [Bunyan](https://github.com/trentm/node-bunyan) for logging, make s
 
 
 ## Contributing
 ## Contributing
 
 
-If you want to contribute to the Especially Flasher clone this repo and
+If you want to contribute to the Flasher.js clone this repo and
  run the following commands.
  run the following commands.
 
 
 ```bash
 ```bash

+ 2 - 2
front-end/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html>
 <html>
 <head>
 <head>
-    <title>Especially Flasher</title>
+    <title>Flasher.js</title>
 
 
     <!-- Stylesheets -->
     <!-- Stylesheets -->
     <link rel="stylesheet" href="css/photon.min.css">
     <link rel="stylesheet" href="css/photon.min.css">
@@ -10,7 +10,7 @@
 <div class="window">
 <div class="window">
 
 
     <header class="toolbar toolbar-header">
     <header class="toolbar toolbar-header">
-        <h1 class="title">Especially Flasher</h1>
+        <h1 class="title">Flasher.js</h1>
     </header>
     </header>
 
 
     <div class="window-content">
     <div class="window-content">

+ 4 - 4
package.json

@@ -1,5 +1,5 @@
 {
 {
-  "name": "especially-flasher",
+  "name": "flasher.js",
   "version": "1.0.0",
   "version": "1.0.0",
   "description": "A GUI tool for flashing the Espruino JavaScript runtime on Adafruit Huzzah (ESP8366 based) boards",
   "description": "A GUI tool for flashing the Espruino JavaScript runtime on Adafruit Huzzah (ESP8366 based) boards",
   "main": "index.js",
   "main": "index.js",
@@ -8,7 +8,7 @@
   },
   },
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",
-    "url": "git+ssh://git@github.com/thingsSDK/especially-flasher.git"
+    "url": "git+ssh://git@github.com/thingsSDK/flasher.js.git"
   },
   },
   "keywords": [
   "keywords": [
     "espruino",
     "espruino",
@@ -20,9 +20,9 @@
   "author": "Andrew Chalkley <andrew@chalkley.org>",
   "author": "Andrew Chalkley <andrew@chalkley.org>",
   "license": "MIT",
   "license": "MIT",
   "bugs": {
   "bugs": {
-    "url": "https://github.com/thingsSDK/especially-flasher/issues"
+    "url": "https://github.com/thingsSDK/flasher.js/issues"
   },
   },
-  "homepage": "https://github.com/thingsSDK/especially-flasher#readme",
+  "homepage": "https://github.com/thingsSDK/flasher.js#readme",
   "dependencies": {
   "dependencies": {
     "bunyan": "^1.8.0",
     "bunyan": "^1.8.0",
     "node-binary": "^1.1.0",
     "node-binary": "^1.1.0",