Skip to content

Commit d4c438d

Browse files
committed
initial commit v0.0.1
1 parent 04af31b commit d4c438d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ An amazing web based interface for your Spark Core. It uses the power of Node.j
1717
###Deploy to Web Based Installation at Heroku.com
1818
1. Follow this guide here: https://devcenter.heroku.com/articles/quickstart
1919
2. Under step #4, click on Get Started with... Node.js
20-
3. More step by step instructions are coming
20+
3. More step by step instructions are coming
21+
22+
=
23+
###Live Demo
24+
http://sparkcore.herokuapp.com

routes/routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exports.page = function(req, res) {
2525
var name = req.query.name;
2626
var contents = {
2727
who: '<div align=\'center\'>Dedicated to providing the coolest must-have tech in the world!</div>',
28-
what: '<div align=\'center\'>Spark Core Web App - An amazing web based interface for your Spark Core.<br><br>It uses the power of Node.js, Express, Jade, Stylus for the backend, jQuery and AngularJS for the frontend, and the Spark API to let you remote control your own Spark Core.<br><br>Simply log into your device, and take control... from anywhere in the world! Fork us on Github.com and make your own!</div>',
28+
what: '<div align=\'center\'>Spark Core Web App - An amazing web based interface for your Spark Core.<br><br>It uses the power of Node.js, Express, Jade, Stylus for the backend, jQuery and AngularJS for the frontend, and the Spark API to let you remote control your own Spark Core.<br><br>Simply log into your device, and take control... from anywhere in the world! <a href="https://github.com/DubbyTT/SparkCore-WebApp">Fork us on Github</a> and make your own!</div>',
2929
where: '<div align=\'center\'>You can contact us at:</div><br><div align=\'center\'><address><strong>BDub Technologies</strong><br>[email protected]</address></div>',
3030
chat: '<div align=\'center\'>Sorry digsby widgets are borked... new version coming soon!<br><br><embed src="http://w.digsby.com/dw.swf?c=6a4gb98qiaoannda" type="application/x-shockwave-flash" wmode="transparent" width="250" height="300"></embed></div>'
3131
};

0 commit comments

Comments
 (0)