timecloud
v0.0.1
Published
A distributed scheduling system based on node and typescript.
Downloads
3
Readme
TimeCloud
A distributed scheduling system based on node and typescript.
Installation
To install prebuilt Timecloud binaries, use npm
.
The preferred method is to install Timecloud as a development dependency in your
app:
npm install timecloud --save
yarn add timecloud
Quick start
Clone and run
git clone https://github.com/bingmang/timecloud
cd timecloud
npm install
npm test
Resources for learning Timecloud
- agenda/agenda - all of Agenda's documentation
Programmatic usage
Most people use Timecloud from the command line, but if you require timecloud
inside
your Node app (not your Timecloud app) it will return the file path to the
binary. Use this to spawn Timecloud from Node scripts:
const timecloud = require('timecloud')
const proc = require('child_process')
console.log(timecloud)
// spawn Timecloud
const child = proc.spawn(timecloud)
Mirrors
Documentation Translations
Find documentation translations in nowhere.
Community
You can ask questions and interact with the community in the following locations:
timecloud
category on the Timecloud
Check out Agendash for a community maintained list of useful example apps, tools and resources.
License
When using the Timecloud or other GitHub logos, be sure to follow the GitHub logo guidelines.