0.0.1 • Published 6 years ago

timecloud v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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

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:

Check out Agendash for a community maintained list of useful example apps, tools and resources.

License

MIT

When using the Timecloud or other GitHub logos, be sure to follow the GitHub logo guidelines.