Giter Site home page Giter Site logo

eventer's Introduction

Eventer

A simple widgets for Linux / MacOS / MS Windows. You want a countdown timer for the day(s) left of your event. For example: Next week, you'll go to a party at 6:00 PM. So you have a config file ( You can open and edit it with pressing F3 when "Eventer" is open ) and you'll have a JSON file and edit value of "Date" to your date and time. Today is 2020/02/23 and you should set for 2020/03/01 and a space and write 18:00. So you want go to a party, You must set a title for the event, like "BFF Party" and done. Back to Eventer and press F5 to read and refresh that config file in your system.

Your config file must be like:

{ "date": "2020/03/01 18:00", "title": "BFF Party" }

Make your event beautiful

Beautiful widget must be beautiful with changing colours and radius or size of widget. Your widget setting has background for background color, color for text color, radius to make window a bit circle, size is size of window and like a square, disabled or hide used for hide your event.

{
    "background": String, // Background colour - rgba, rgb, hex, ... - default is "rgba(0, 0, 0, 0.35)"
    "color": String, // Text color - rgba, rgb, hex, ... - default is "white"
    "colour": String, // Text colour - rgba, rgb, hex, ...
    "radius" String, // Window radius - px, cm, inch, em, rem, ... - default is "0.4rem"
    "size": Number, // Window size - 100, 200, 400, ... -  defualt is 200
    "disabled": Boolean, // Hide window - true/false - default is true,
    "hide": Boolean // Hide window - true/false
}

Build your own Eventer

You know how much is size of released setup, More then 50MB and it's hard to upload and downlod but it's easy to build it. You can build it with npm and edit your app name, app icon and more things.

  1. Download and install dependencies:
# npm i
    or
# yarn install 
  1. And build it:
# npm build
    or
# yarn build

eventer's People

Contributors

jaypy-code avatar

Watchers

 avatar  avatar  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.