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: about 2 months ago
JSON representation
Web Application to find Basque names.
- Host: GitHub
- URL: https://github.com/artberri/izenak
- Owner: artberri
- License: gpl-3.0
- Created: 2019-06-27T22:57:30.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T15:23:42.000Z (over 1 year ago)
- Last Synced: 2025-02-12T02:11:34.403Z (4 months ago)
- Topics: basque, euskara, euskera, names, react, search-engine, typescript
- Language: TypeScript
- Homepage: https://www.izenak.eus
- Size: 1.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# izenak.eus
[](https://github.com/artberri/izenak/actions/workflows/qa.yml)
[](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.