Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

schet

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schet

Schet is a schedule coordination tool.

  • 0.0.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-90.91%
Maintainers
1
Weekly downloads
 
Created
Source

Schet

NPM version Build Status

Schet is a web application for schedule coordination.

Requirements

  • Node.js v0.12.0
  • MongoDB v2.6.5

Getting Started

(1) Install MongoDB and start

$ apt-get install mongodb
$ mongod

(2) Install Node.js

$ apt-get install nodejs

(3) Install Schet & Initialize DB

$ npm install schet -g
$ schet init

(4) Start Schet

$ schet

See http://127.0.0.1:3000/.

Default Settings

$ export PORT=3000
$ export MONGODB=mongodb://127.0.0.1:27017/schet

API

Schet has a Web API. See API Document.

Credit

This project uses the Material Design Icons developed by Google under the CC BY 4.0.

License

MIT

FAQs

Package last updated on 29 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc