An open API service indexing awesome lists of open source software.

https://github.com/zohaib87/oact

Online alarm clock timer. Set the hour and minute for the online alarm clock. The alarm message will appear, and the preselected sound will be played at the set time.
https://github.com/zohaib87/oact

alarm-clock online pomodoro stopwatch timer wordpress wordpress-plugin world-time wp-plugin

Last synced: about 2 months ago
JSON representation

Online alarm clock timer. Set the hour and minute for the online alarm clock. The alarm message will appear, and the preselected sound will be played at the set time.

Awesome Lists containing this project

README

          

## About Oact

[![Issues](https://img.shields.io/github/issues/zohaib87/oact)](https://github.com/zohaib87/oact/issues)
[![Release Latest](https://img.shields.io/github/v/release/zohaib87/oact?color=yellowgreen)](https://github.com/zohaib87/oact/releases/latest)
[![Downloads](https://img.shields.io/github/downloads/zohaib87/oact/total)](https://github.com/zohaib87/oact/releases/latest/download/oact.zip)
![Repo Size](https://img.shields.io/github/repo-size/zohaib87/oact.svg)
[![License](https://img.shields.io/github/license/zohaib87/oact)](https://github.com/zohaib87/oact/blob/master/LICENSE.md)

Online alarm clock timer. Set the hour and minute for the online alarm clock. The alarm message will appear, and the preselected sound will be played at the set time.

[![Download Latest Release](https://img.shields.io/badge/Download_Latest_Release-blue?style=for-the-badge)](https://github.com/zohaib87/oact/releases/latest/download/oact.zip)

## Contributing

🖥️ Hello, fellow developer! 🙂

Your [pull requests](https://github.com/zohaib87/oact/pulls) will be highly welcomed. If you're looking for something to start with, you can check the [issues](https://github.com/zohaib87/oact/issues) or open one about something you want to contribute and we can discuss it before your pull request.

1. You must have latest version of [WordPress](https://wordpress.org/) and [Nodejs](https://nodejs.org/en/).
2. Create a fork of this repository.
3. Clone the fork on your local machine. Your remote repo on Github is called `origin`.
4. Add this repository as a remote called `upstream`.
5. If you created your fork a while ago be sure to pull upstream changes into your local repository.
6. Open command line, navigate to the local repository and run `npm install` to install dependencies.
7. Create a new branch to work on. Keep in mind that code should meet the [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/).
8. Once changes/feature/fix is completed, push your branch to your fork on Github, the remote `origin`.
9. From your fork open a pull request in the correct branch. Target this project's `main` branch.