REST Api for HomeAgain applications.
- Install NodeJS
- Install MongoDB
- Install Brunch :
npm install -g brunch - Install Bower :
npm install -g bower - Install apidoc :
npm install -g apidoc - Clone the repo :
git clone git@github.com:HomeAgain/HomeAgainApi.git - Install npm dependencies :
npm install - Launch mongodb
- Launch the application:
coffee express/index.coffee
HomeAgain API is ready ! To check it out go to http://localhost:4000/admin/
You need to emulate an HomePi to receive data on the HomeAgain API.
- Sensors administration
- Rooms administration
- Autosaving of new sensors
- Collect data sent by HomePies
- Very basic design
- HomeAgain REST API beta available