dave1010 / emf-planner

Electromagnetic Field Camp Planner

Home Page:https://emp.dave.engineer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EMP: ElectroMagnetic Field Planner

A web app to help you plan your time at Electromagnetic Field (EMF Camp), showing the schedule on a 2D timetable.

The app is unofficial but takes the official EMF Camp 2024 schedule API.

You can also load in your favourites from the official site. This is manual but only takes a few seconds.

Status: it works!

Inspired by the Teddy Rocks Festival clash finder and bus timetables.

Development

The code is currently vanilla HTML and JavaScript. It's compiled with WebPack just for cache invalidation.

npm install
npm run build
cd dist && python3 -m http.server

See the issues list for planned features. Contributions welcome.

MIT License. Copyright (c) 2024 Dave Hulbert

Screenshot

Screenshot

About

Electromagnetic Field Camp Planner

https://emp.dave.engineer

License:MIT License


Languages

Language:JavaScript 76.6%Language:CSS 13.8%Language:HTML 9.6%