Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lornajane/joindin-now-and-next
- Owner: lornajane
- License: mit
- Created: 2019-10-07T19:23:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:19:50.000Z (over 1 year ago)
- Last Synced: 2024-10-11T23:18:12.009Z (about 1 month ago)
- Language: PHP
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.