https://github.com/romcal/romcal-examples
A few examples of projects using Romcal.
https://github.com/romcal/romcal-examples
Last synced: 5 months ago
JSON representation
A few examples of projects using Romcal.
- Host: GitHub
- URL: https://github.com/romcal/romcal-examples
- Owner: romcal
- License: mit
- Created: 2023-08-22T17:37:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-14T23:59:29.000Z (8 months ago)
- Last Synced: 2025-11-15T01:35:30.720Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 1.36 MB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# romcal-examples
A few examples of projects using Romcal.
- [html-web-page](./html-web-page) – loading romcal in a HTML script tag (`iife`).
- [react-app](./react-app) – a basic React application loading and displaying romcal data.
- [rest-api-with-express](./rest-api-with-express) – a REST API using Node.js and Express, written as ES Module (`esm`) (formerly cjs).
- [rest-api-with-fastify](./rest-api-with-fastify) – a REST API using Node.js and Fastify, written as ES Module (`esm`).