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

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.

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`).