/mige-lookup

Mushroom/fungi lookup app

Primary LanguageJavaScript

mige-lookup

what's this?

A simple mushroom identifier app. You can search for some properties and you'll get the results containing the search terms.

The data is collected from the site of Miskolci Gombász Egyesület using the repo mige-collector.

app url

https://ignotus87.github.io/mige-lookup/

development

start local web server

You'll need node.js.

Installing the Node.js http-server is simple.

npm install http-server -g

This will install the http-server package globally. Now we can start the server to serve the files in the current directory.

http-server . -p 8000