Web Application to find Basque baby names. Deployed at https://izenak.eus/.
pnpm install
pnpm run dev
pmpm run build
pnpm run qa
Create Python virtual env
python3 -m venv .venv
source .venv/bin/activate
Install dependencies
python3 -m pip install -r scraper/requirements.txt
Run the scraper
scrapy runspider scraper/euskaltzaindia.py -o ./public/izenak.json
Deactivate virtual env
deativate
izenak.eus. Aurkitu izena zure seme-alabentzat.
Copyright (C) 2019 Alberto Varela hello@albertovarela.net
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.