8000 GitHub - sigaloid/zerocal: ๐Ÿšซ๐Ÿ“† Serverless calendar built with shuttle.rs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sigaloid/zerocal

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

zerocal ๐Ÿšซ๐Ÿ“†

Welcome to zerocal, the serverless calendar.
It allows you to create calendar invites from the convenience of your terminal!
๐Ÿ”— Here's my blog post about the project.

Usage

curl https://zerocal.shuttleapp.rs?start=2022-11-04+20:00&duration=3h&title=Birthday&des
cription=paaarty > party.ics
open party.ics

Web UI

You can also use the web UI at https://zerocal.shuttleapp.rs

web ui

Self-hosting

You can also self-host zerocal. To do so, compile the binary with cargo build --release --features local and run it with ./target/release/zerocal. The server will listen on port 8080 by default.

Contributing

Please check the issue tracker for contribution ideas. Any pull request is welcome. โค๏ธ

Credits

This app was built with the help of ๐Ÿš€ shuttle.rs, the web application platform for Rust.

About

๐Ÿšซ๐Ÿ“† Serverless calendar built with shuttle.rs

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 59.6%
  • HTML 38.6%
  • Makefile 1.8%
0