Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wengerk/course--labo-webmardi
Code skeleton for the MEI - Labo: Webmardi
https://github.com/wengerk/course--labo-webmardi
Last synced: 13 days ago
JSON representation
Code skeleton for the MEI - Labo: Webmardi
- Host: GitHub
- URL: https://github.com/wengerk/course--labo-webmardi
- Owner: WengerK
- Created: 2023-08-11T15:35:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T15:57:27.000Z (over 1 year ago)
- Last Synced: 2024-10-12T02:22:25.842Z (about 1 month ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course - Webmardi connecting Notion
## ๐ Requirements
- PHP## ๐งจ Getting Started
The project must works running the php built-in web server.
```bash
php -S localhost:9000 -t ./
```And then browsing to the host and port you specified (in the above example, `http://localhost:9000`).
## ๐จ Build your own Webmardi connection to Notion
Start codding your own integration bind to a Notion database by editing the following files
```md
โโโ events
โ โโโ [PAST-EVENT-ID]--canonical.php
โโโ index.php
โโโ events.php
```## ๐ฏ Objectives
**Homepage**
- Highlight the upcoming event
- List of the last 4 events (past)**List of past events only**
- List of all events in chronological order (most recent at the top)
**Details page of a past event**
- Presentation of the event
- Presentation of the Speaker
- Presentation of the Location## ๐งช Experiment with the Notion sample connections
You may found some help about connecting with Notion on https://github.com/WengerK/course--php-notion-api