Skip to content

d3alek/magare-idiot

Repository files navigation

Build Status Commitizen friendly

Run locally

cd idiot-view
yarn serve

Run tests

Requirements:

Then:

TEST_COUCHDB_ADDR=localhost:5984 npm test

Commit

Rely on commitizen to enforce the Conventional Commits standard on commit messages.

git add .
npm run commit

Deploy

Push to master automatically deploys to Magare via Travis CI.

Manually:

DEPLOY_USER=<deploy-user> DEPLOY_PASSWORD=<deploy-password> DEPLOY_HOST=<deploy-host> ./deploy.sh

The default schema is "https" so when deploying locally include SCHEMA variable, as well as specifying the port in DEPLOY_HOST:

DEPLOY_USER=test-admin DEPLOY_PASSWORD=test-admin-password DEPLOY_HOST=localhost:5984 SCHEMA=http ./deploy.sh

Arduino code

Arduino code tested with ESP8266 (ESP12e and Olimex MOD-WIFI) is in separate repository esp-idiot

About

Couchapp "backend" for Inteligent Device Internet of Things (idiot)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published