Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agneym/calendar-url-ui
Generate links for Gmail, Outlook, Yahoo or plain old ICS right from your browser
https://github.com/agneym/calendar-url-ui
hacktoberfest javascript svelte
Last synced: about 8 hours ago
JSON representation
Generate links for Gmail, Outlook, Yahoo or plain old ICS right from your browser
- Host: GitHub
- URL: https://github.com/agneym/calendar-url-ui
- Owner: agneym
- Created: 2019-10-05T18:04:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:37:28.000Z (7 months ago)
- Last Synced: 2024-05-01T15:15:22.199Z (6 months ago)
- Topics: hacktoberfest, javascript, svelte
- Language: Svelte
- Homepage: https://calendar.agney.dev
- Size: 2.81 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calendar Link Generator
Generate links for Gmail, Outlook, Yahoo or plain old ICS right from your browser.
https://calendar.agney.dev
## Prerequisites
1. [Node JS](https://nodejs.org/)
2. [Yarn](https://yarnpkg.com)## Development
You can also skip the template and pick Svelte from the options.
1. To start development:
```
yarn start
```Port defaults to 4567
2. For build
```
yarn run build
```### Credits
1. [Electrojet Svelte Template](https://github.com/agneym/create-electrojet)
2. [Calendar Link Library](https://www.npmjs.com/package/calendar-link)