Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannixon/emfcamp-schedule-api
Various things related to ingesting, manipulating and otherwise using the EMFcamp schedule API
https://github.com/dannixon/emfcamp-schedule-api
emfcamp
Last synced: 7 days ago
JSON representation
Various things related to ingesting, manipulating and otherwise using the EMFcamp schedule API
- Host: GitHub
- URL: https://github.com/dannixon/emfcamp-schedule-api
- Owner: DanNixon
- License: mit
- Created: 2024-03-30T19:54:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:28:04.000Z (7 months ago)
- Last Synced: 2024-04-13T23:55:15.608Z (7 months ago)
- Topics: emfcamp
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# EMFcamp schedule API tools
Various things related to ingesting, manipulating and otherwise using the [EMFcamp schedule API](https://developer.emfcamp.org/schedule).
Includes:
- [A Rust client library](./client)
- [A CLI](./cli)
- [An adapter that sits between the official API, adding some nice development features and fixing the fucky timestamps](./adapter)
- [A tool to send event announcements via MQTT](./mqtt-announcer)