panoskouf / time-lock

TimeLock is a service to store information that is allowed to be retrieved only after a specific time period that has been set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeLock

TimeLock is a service to store information that is allowed to be retrieved only after a specific
time period that has been set.

Each stored information falls at all times under one of the following catagories:

  • blocked information is not possible to be retrieved, no request to unblock it has been done.

  • willBeAvailable information has been requested to be available but the specific time period
    that has been set has not passed yet.

  • available information can be retrieved because the time period that has been set passed.

About

TimeLock is a service to store information that is allowed to be retrieved only after a specific time period that has been set.


Languages

Language:TypeScript 99.5%Language:Dockerfile 0.5%