Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/artberri/izenak
- Owner: artberri
- License: gpl-3.0
- Created: 2019-06-27T22:57:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T15:23:42.000Z (10 months ago)
- Last Synced: 2024-10-31T12:50:25.891Z (about 2 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
[![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.