Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lornajane/joindin-now-and-next

Simple script to display current and next slots on a joind.in schedule
https://github.com/lornajane/joindin-now-and-next

Last synced: 20 days ago
JSON representation

Simple script to display current and next slots on a joind.in schedule

Awesome Lists containing this project

README

        

An alarmingly hacky script to show now + next for an event with its schedule on

## Installation

Clone this repo, then install the dependencies with [Composer](https://getcomposer.org).

```
composer install
```

Edit the `public/index.php` file to add the API URL for your event.

## Usage

Point your webserver to the `public/` directory or for development use try the built-in server:

```
cd public/
php -S localhost:8080
```

## Contributing

Patches very welcome.