«Is Now A Good Time To»
isnowagoodtime.to
Time checking-services behindEnabling community-powered extension and improvements of the best time indications given.
Feedbacks, wishes or concerns with an existing service?
Think an indication for a given day and time should be different? Do you have a better source to adjust existing indications to? Feature proposal for the time indication website?
How you can contribute a new service
- Make a fork of this GitHub repository in your account
- Create and rename a copy of the template file
template.php.tpl
- Make sure to use the identical (short)name writing
- …for the filename, e.g.
eat.php
- …for the PHP Class name, e.g.
Class eat {
- …and for the setting
public string $serviceId = 'eat';
- …for the filename, e.g.
- Update all other setting variables, according to the documentation
- Update the array with best and mediocre days and times, as documented within the file
- Save the PHP file and contribute your change!
...or use the Discussions for proposing a new service to be added.