Skip to content

stefanbc/uptimey

Repository files navigation

uptimey

Simple server uptime monitor

Build Status Dependency Status Code Climate

With uptimey you can easily monitor your server's uptime. It will output usefull data that you might need during your day, while you intereact with your server. Don't believe me, check out the screenshot bellow.

Import note: it works on systems that run macOS, Linux and Windows.

Screenshot

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:stefanbc/uptimey.git this repository
  • cd uptimey
  • npm install
  • bower install

Alternatively you can use the sh script inside the repo, after you've cloned it. Make sure it has execution permissions.

Eg. ./uptimey.sh init or ./uptimey.sh help

Running

Development

You'll need to have Grunt and Sass installed. Use these commands:

  • npm install -g grunt-cli
  • gem install sass

Running Tests

  • grunt test

Building

  • grunt dev (development)
  • grunt (production)

Meta

Stefan Cosma – @stefanbcuptimey@stefancosma.xyz

Distributed under the MIT license. See LICENSE for more information.