This is an OGC WMS client library, capable of parsing a service getcapabilities and display geographical layers in a map component
git clone https://github.com/maartenplieger/adaguc-webmapjs-demo.git
cd adaguc-webmapjs-demo
npm install
npm run build
firefox ./dist/index.html
To enable hot reloading of the demo application:
npm run start