msandrini / achiever

A tool built to achieve... wrapper over the old "Achievo" legacy system, transforming the old php+html return into a modern one-page app in React with GraphQL for the API.
MIT License
1 stars 2 forks source link
achievo

CircleCI Build status codecov Maintainability Greenkeeper badge

Achiever

A tool built to... Achieve!

Dependencies

Install

npm install

Run

npm start

Watch

npm run watch

Open

Go to localhost:3000.

Docker

Build the container

npm run docker:build

Run

docker-compose up -d

Stop

docker-compose down

Logs

docker logs -ft achiever_app_1

Contributing

Send your PR now!

CLI

node server/cli.js - time set in sequence, when it send 4 it triggers the "send to server" routine (not ready yet, of course) node server/cli.js <keyword> <00:00> - specific time set, for a period specified in the keyword (see keywords for each phase in strings.js) node server/cli.js clear - clear times (there are some other keywords for this as well)

TODO

Refer to the project section on GitHub