Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrhizor/invite

Easily create Google/Outlook/Office365/Yahoo calendar invite links for events that do not automatically get added to your calendar.
https://github.com/jrhizor/invite

calendar-events google-calendar invites office365-calendar outlook-calendar website yahoo-calendar

Last synced: 3 days ago
JSON representation

Easily create Google/Outlook/Office365/Yahoo calendar invite links for events that do not automatically get added to your calendar.

Awesome Lists containing this project

README

        

# [invite.sh](https://www.invite.sh)

> Easily create Google/Outlook/Office365/Yahoo calendar invite links for events that do not automatically get added to your calendar.

## Developing

First, set up a .env file:

```
REDIS_URL=
REDIS_TOKEN=
AZURE_OPENAI_RESOURCE_NAME=
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_DEPLOYMENT_ID=
```

Then run:

```bash
pnpm install
pnpm dev
```

Finally, open [http://localhost:3000](http://localhost:3000) with your browser to see the site.

## Dependencies

- [NextJS](https://nextjs.org/)
- [Tailwind](https://tailwindcss.com/)
- [shadcn/ui](https://ui.shadcn.com/)
- [Vercel](https://vercel.com/)
- [Upstash](https://upstash.com/)
- [OpenAI](https://openai.com/)

## Contributing

For minor changes, please open pull requests directly.
If you'd like to make a major change, please create an issue and describe what you want to do first so there's a chance for discussion.

## Author

This project is created and maintained by [Jared Rhizor](https://jrhizor.dev).