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

https://github.com/jmlweb/playasmurcia

Listado de playas de la Región de Murcia
https://github.com/jmlweb/playasmurcia

nextjs13 radix-ui tailwindcss

Last synced: about 1 year ago
JSON representation

Listado de playas de la Región de Murcia

Awesome Lists containing this project

README

          

# Playas Murcia

Flag of the Región de Murcia (Spain)

Catalog of beaches of Región de Murcia

## Data extracted from

http://nexo.carm.es/nexo/archivos/recursos/opendata/json/Playas.json

## Organization

The code is organized in a monorepo with two apps:

### Crawler

The crawler is a Node script that extracts the data from the source and stores it in a JSON file.

The pictures are validated against a minimun resolution and the valid ones are upscaled with [chainner](https://chainner.app/) using an AI model.

### Web

The web uses [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/) as the main building tools.