artberri / izenak

Web Application to find Basque names.

Home Page:https://www.izenak.eus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

izenak.eus

Build status Coverage Status

Web Application to find Basque baby names. Deployed at https://izenak.eus/.

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm run dev

Compiles and minifies for production

pmpm run build

QA (static code analysis and tests)

pnpm run qa

Scraper

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

License

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.

About

Web Application to find Basque names.

https://www.izenak.eus

License:GNU General Public License v3.0


Languages

Language:TypeScript 77.4%Language:CSS 16.8%Language:JavaScript 2.3%Language:HTML 1.8%Language:Python 1.8%