0.1.11 • Published 8 years ago

rest-scheduler v0.1.11

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

Rest Scheduler

Codeship Status for rafaeljesus/rest-scheduler Docker Image Size Docker Image Pulls NPM version bitHound Overalll Score bitHound Dependencies bitHound Dev Dependencies bitHound Code

  • Handles job scheduling by storing and managing events that correspond to actions to execute in the future.

Installation

npm install -g rest-scheduler

Running tests

To run a suite tests execute:

npm test

Built with

  • nodejs Backend is a nodejs latest.
  • hapijs API is a Hapi server. It respond to requests RESTfully in JSON.
  • Mongodb Mongodb as a data store.

Docker

This repository has automated image builds on hub.docker.com.

Use docker-mongodb and run command described there

Finally run:

$ docker-machine start default
$ eval $(docker-machine env default)
$ docker run -it -e "NODE_ENV=development" -v "$(pwd)":/data --link mongo:mongo -w /data -p 3000:3000 rafaeljesus/rest-scheduler
$ curl `docker-machine ip default`:3000

API

You can find how to send requests at test/ directory

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

Maintaners

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

1.0.2

8 years ago