Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artberri/izenak

Web Application to find Basque names.
https://github.com/artberri/izenak

basque euskara euskera names react search-engine typescript

Last synced: 3 days ago
JSON representation

Web Application to find Basque names.

Awesome Lists containing this project

README

        

# izenak.eus

[![Build status](https://github.com/artberri/izenak/actions/workflows/qa.yml/badge.svg)](https://github.com/artberri/izenak/actions/workflows/qa.yml)
[![Coverage Status](https://codecov.io/gh/artberri/izenak/graph/badge.svg?token=Y6GYAQJNQ5)](https://codecov.io/gh/artberri/izenak)

Web Application to find Basque baby names. Deployed at [https://izenak.eus/](https://izenak.eus/).

## Project setup

```bash
pnpm install
```

### Compiles and hot-reloads for development

```bash
pnpm run dev
```

### Compiles and minifies for production

```bash
pmpm run build
```

### QA (static code analysis and tests)

```bash
pnpm run qa
```

## Scraper

Create Python virtual env

```bash
python3 -m venv .venv
source .venv/bin/activate
```

Install dependencies

```bash
python3 -m pip install -r scraper/requirements.txt
```

Run the scraper

```bash
scrapy runspider scraper/euskaltzaindia.py -o ./public/izenak.json
```

Deactivate virtual env

```bash
deativate
```

## License

izenak.eus. Aurkitu izena zure seme-alabentzat.

Copyright (C) 2019 Alberto Varela

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.