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: 18 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T16:56:04.000Z (29 days ago)
- Last Synced: 2024-12-16T16:34:20.454Z (20 days ago)
- Topics: emfcamp
- Language: Rust
- Homepage:
- Size: 334 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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)