Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.2 KB

hoodie-task

Hoodie Tasks core module

THIS IS WORK IN PROGRESS - USING HOODIE-STORE AS BASIS FOR THE ALL NEW HOODIE TASK SERVER & CLIENT MODULES. PLEASE NOTE: MANY HOODIE-STORE CODE/REFERENCES MAY PERSIST UNTIL FULLY ADAPTED.

hoodie-tasks combines task-client, task-server.

Usage

Start the demo server

npm start

If you want to use the store module as plugin of your Hapi server, check out example/index.js to see how to register the task-server and how to bundle and server the task-client

Testing

Local setup

git clone https://github.com/hoodiehq/hoodie-task.git
cd hoodie-task
npm install

Run end-to-end tests with selenium

npm test

Contributing

Have a look at the Hoodie project's contribution guidelines. If you want to hang out you can join our Hoodie Community Chat.

License

Apache 2.0