Skip to content

Commit

Permalink
[UPD] Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MFava91 committed Apr 26, 2017
1 parent c245d36 commit 549fc9c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "smartoilet",
"version": "0.0.2",
"description": "smart toilet",
"name": "SmarTo",
"version": "0.2.0",
"description": "Smart Toilet. With SmarTo you can check the toilet availability from the comfort of your PC/SmartPhone.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -10,8 +10,8 @@
"coverage-server": "istanbul cover ./node_modules/mocha/bin/_mocha -- 'tests/server/**/*.js' --timeout 60000",
"travis-test-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- 'tests/server/**/*.js' --timeout 60000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"author": "",
"license": "ISC",
"author": "Mattia Favaron",
"license": "GNU AGPLv3",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand">
<span><img id="logo" src="img/smarTo-logo.svg"></span> SmarTo <span style="font-size: 60%">v.0.1</span>
<span><img id="logo" src="img/smarTo-logo.svg"></span> SmarTo <span style="font-size: 60%">v.0.2</span>
</a>
</div>
</div>
Expand Down
13 changes: 10 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Now *SmarTo* is running _forever_ on server port 80.

| Board | OS | Tested |
| --- | --- | --- |
| Raspberry Pi 1 Model B+ | Raspbian | NO |
| Raspberry Pi 3 Model B | Raspbian | YES |
| OrangePi Lite | Armbian | YES |

Expand Down Expand Up @@ -154,15 +153,23 @@ The coverage files will be generated in the _coverage/_ folder, in the root fold

- This is a little project built and develop in a week, in my free time after work. Many features are missing and the sensors can still be changed.
- If you like this project, help is always welcome.
- For any suggestion, open an issue.

## ToDo

- [ ] Rewrite all with modern technologies (ES6, Angular 4, Bootstrap 4)
- [X] Toilet reservation
- [X] Rewrite the backend with the newer version of node.js
- [ ] Rewrite front-end with modern technologies + test
- [ ] Collect and show statistical data (es: peak hours)
- [ ] Toilet reservation (also with _amazon dash button_)
- [ ] Android App

## Thanks

I would say thanks to:
- [FMeneguzzo](https://github.com/FMeneguzzo) for his help in updating and testing the backend.

## Credits

Icon made by [Freepik](http://www.flaticon.com/authors/freepik), from [www.flaticon.com](www.flaticon.com )

## License
Expand Down

0 comments on commit 549fc9c

Please sign in to comment.