Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derhuerst/critical-mass-berlin-ics-service
Serve an .ics file for Critical Mass Berlin events via HTTP.
https://github.com/derhuerst/critical-mass-berlin-ics-service
berlin critical-mass ical ics
Last synced: about 1 month ago
JSON representation
Serve an .ics file for Critical Mass Berlin events via HTTP.
- Host: GitHub
- URL: https://github.com/derhuerst/critical-mass-berlin-ics-service
- Owner: derhuerst
- License: isc
- Created: 2019-08-09T19:56:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T19:33:57.000Z (over 2 years ago)
- Last Synced: 2024-10-10T00:44:30.031Z (2 months ago)
- Topics: berlin, critical-mass, ical, ics
- Language: JavaScript
- Homepage: https://critical-mass-berlin-ics-service.derhuerst.now.sh/api/
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# critical-mass-berlin-ics-service
**Serve an [.ics file](https://en.wikipedia.org/wiki/ICalendar) for Critical Mass Berlin events via HTTP**, so that people can subscribe with their calendar. Uses [`next-critical-mass-berlin-dates`](https://github.com/derhuerst/next-critical-mass-berlin-dates).
[![npm version](https://img.shields.io/npm/v/critical-mass-berlin-ics-service.svg)](https://www.npmjs.com/package/critical-mass-berlin-ics-service)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/critical-mass-berlin-ics-service.svg)
[![support me via GitHub Sponsors](https://img.shields.io/badge/support%20me-donate-fa7664.svg)](https://github.com/sponsors/derhuerst)
[![chat with me on Twitter](https://img.shields.io/badge/chat%20with%20me-on%20Twitter-1da1f2.svg)](https://twitter.com/derhuerst)## Installation
```shell
git clone https://github.com/derhuerst/critical-mass-berlin-ics-service.git
cd critical-mass-berlin-ics-service
npm install --production
```## Usage
```shell
npm start
```## Contributing
If you have a question or need support using `critical-mass-berlin-ics-service`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to [the issues page](https://github.com/derhuerst/critical-mass-berlin-ics-service/issues).