1
0
複製 0
A SMS Messageboard using node.js http://lbsfilm.at (Mirror of github)
Go to file
eorg_oz fd183a7d4f Responive layout for demo.html 2017-03-16 20:36:28 +01:00
served Added static serving of Jquery bootstrap and others 2016-03-15 11:22:03 +01:00
.gitignore added db.json 2016-03-15 11:27:10 +01:00
README.md Create README.md 2016-03-10 14:35:36 +01:00
app.js Signed-off-by: eorg_oz <eorg.vie@gmail.com> 2017-03-09 18:28:03 +01:00
board.html Fix scrolÃing and review breakÃpoints 2017-03-11 16:23:55 +01:00
clear.html First edit for better readability 2017-03-10 21:31:57 +01:00
demo.html Responive layout for demo.html 2017-03-16 20:36:28 +01:00
package.json cleared unneeded dependencies 2017-03-11 14:06:54 +01:00
requestHandlers.js more routingchanges 2016-06-28 20:15:57 +02:00
route.js Added server and Interface structure 2016-03-07 21:14:16 +01:00
sample.config.json Signed-off-by: eorg_oz <eorg.vie@gmail.com> 2017-03-09 18:28:03 +01:00
server.js Signed-off-by: eorg_oz <eorg.vie@gmail.com> 2017-03-09 18:28:03 +01:00

README.md

nodeMessageBoard

A SMS Messageboard using node.js

Install

node message board works using a sim900 module connected using a usb serial converter. Make sure you have the needed drivers installed.

run npm install to install the dependencys (socket.io, lowdb, serialport)

rename sample.config.json to config.json and add your serialport and pincode into it

then run node app.js to run the server.

http://lbsfilm.at/