Code Monkey home page Code Monkey logo

no-clock's Introduction



No-Clock is a customizable clock, able to display all your notifications, made with Node.js.



Hey, I recently added animated icons ๐Ÿ˜€


Do you want to recycle your old android device in a "No-Clock"? Use this app!

Installation

  1. Clone it directly from GitHub.
git clone https://github.com/HeyHeyChicken/No-Clock.git
  1. Install packages
cd No-Clock-main
npm install

Usage

  1. Launch this command.
node index.js
  1. If you start the launcher for the first time, it will generate you an API key used to send notifications to your device.

Features

  1. Your clock shows you the time, specifying the seconds or not, the day of the week and the day of the month.
  2. You can ask it to display a notification with a POST request at http://localhost/notification.
    You'll have to set the "api-key" attribute in the header.
    Finaly, you'll have to set the body like this:
{
    "icon": {
        "x": 1,
        "y": 1,
        "value": "hourglass"
    },
    "message": {
        "x": 11,
        "y": 1,
        "value": "8 minutesand 23   seconds  remaining"
    },
    "remaining_time": 5,
    "sound": "https://dm0qx8t0i9gc9.cloudfront.net/previews/audio/BsTwCwBHBjzwub4i4/audioblocks-bells-positive-sound_BKqfVgMUAvU_NWM.mp3"
}

Compatibility

No-Clock has only been officially tested on Chromium based browser and Android.

License key

The license key is obligatory.

If you use No-Clock for purposes not intended toward monetary compensation such as, but not limited to, teaching, academic research, evaluation, testing and experimentation, pass the phrase 'non-commercial-and-evaluation' in the "/settings.json" file, as presented below:

{
  "licenseKey": "non-commercial-and-evaluation"
}

The license key is validated in an offline mode.
No connection is made to any server.



Created by Antoine Duval (HeyHeyChicken) with โค and โ˜• (chocolate) in Mesnil-Panneville.

no-clock's People

Contributors

heyheychicken avatar locopol avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.