Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/wordpress-helfi-linkedevents
WP plugin for getting events from Helsinki Linked Events API
https://github.com/city-of-helsinki/wordpress-helfi-linkedevents
Last synced: about 2 months ago
JSON representation
WP plugin for getting events from Helsinki Linked Events API
- Host: GitHub
- URL: https://github.com/city-of-helsinki/wordpress-helfi-linkedevents
- Owner: City-of-Helsinki
- License: gpl-3.0
- Created: 2022-01-04T18:14:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T07:22:04.000Z (about 1 year ago)
- Last Synced: 2024-04-08T16:43:21.471Z (9 months ago)
- Language: PHP
- Size: 230 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helsinki Linked Events
Integration with the [Helsinki Linked Events API](https://linkedevents.hel.fi/fi).Registers a custom post type for storing API request configuration and a dynamic block, which renders the fetched events.
## Dependencies
### Required
- None## Development
### Assets
(S)CSS and JS source files are stored in `/src`. Asset complitation is done with [Gulp](https://gulpjs.com/) and the processed files can be found in `/assets`.Install dependencies with `npm install`. Build assets with `gulp scripts` and `gulp styles` or watch changes with `gulp watch`.
## Collaboration
Raise [issues](https://github.com/City-of-Helsinki/wordpress-helfi-linkedevents/issues) for found bugs or development ideas. Feel free to send [pull requests](https://github.com/City-of-Helsinki/wordpress-helfi-linkedevents/pulls) for bugfixes and new or improved features.