Skip to content

ignotus87/mige-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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