blueset / segment-stamper-web

Segment Stamper (Web): A web app to record timestamps as on and off segments.

Home Page:segment-stampler-zcad9tjdo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segment Stamper (Web)

A web app to record timestamps as on and off segments.

Screenshot

Features

  • Record timestamps as on and off segments
  • Display a detailed history and visualization of segments in 7 days.
  • HTTP API
  • Native Android App

Attention

Protect your deploy environment. No security measure is in place for the app. This means that everyone got access to the web interface can stamp for you.

Prerequisites

  • Node.js
  • Yarn
  • MongoDB database

Install and run

git clone https://github.com/blueset/segment-stamper-web
cd segment-stamper-web
yarn
yarn build
export MONGO_URL="mongodb+srv://username:password@databaseServerAddress/databaseName?retryWrites=true&w=majority"
yarn serve

Deploy with Vercel

Deploy with Vercel

About

Segment Stamper (Web): A web app to record timestamps as on and off segments.

segment-stampler-zcad9tjdo.vercel.app

License:MIT License


Languages

Language:TypeScript 87.1%Language:CSS 8.4%Language:JavaScript 4.5%