Quickly find logos for Norwegian municipalities
Go to file
Snorre Magnus Davøen 068db211d5 Uses Fuse.js fuzzy search to filter municipalities
Instead of using naive string search to filter the muncipalities we
can use the fuzzy search library Fuse.js to filter them. This way
incorrect spelling of municipality names won't stop the user from
getting the results she is looking for.

Fuse.js http://fusejs.io/ contains no dependencies and is quite light
weight. This makes it a good library for such a simple site.

Signed-off-by: Snorre Magnus Davøen <snorremd@gmail.com>
2017-07-21 15:27:07 +02:00
public add meta tags 2017-07-13 23:20:12 +02:00
src Uses Fuse.js fuzzy search to filter municipalities 2017-07-21 15:27:07 +02:00
.gitignore generate api.json into public/ folder instead 2017-07-13 22:24:44 +02:00
GNU GPLv3 license.txt add license and update readme 2017-07-13 17:23:27 +02:00
package.json Uses Fuse.js fuzzy search to filter municipalities 2017-07-21 15:27:07 +02:00
README.md update readme 2017-07-13 22:58:54 +02:00
tsconfig.json initial commit 2017-07-12 15:49:23 +02:00
tslint.json enable filter by data 2017-07-12 23:57:13 +02:00
yarn.lock Uses Fuse.js fuzzy search to filter municipalities 2017-07-21 15:27:07 +02:00

Kommunelogo

Eit lite webprogram for å gjere det lettare å finne frem til kommunelogoar.

Prosjektet er byggd med Create React App (Typescript), som er ein avlegger av dette prosjektet.

Datakjelder i botn:

Lisensiert under GNU GPLv3.