Skip to content

NCKU-CCS/mosquitokiller-zapper-web

Repository files navigation

Mosquitokiller zapper web frontend

Web frontend associated with Dengue Lamps & Minimal covering circle API

Getting start

  1. Clone the project and go to project directory.

$ git clone https://github.com/NCKU-CCS/mosquitokiller-zapper-web.git && cd mosquitokiller-zapper-web

  1. Install dependencies and run gulp.

$ npm i && npm run start

  1. Start a local server you are used to. For exapmle:

$ python -m http.server

  1. Enter the url of your local server in browser.

Usage

  • Modify the google map api key in index.html to yours

<script async defer src="https://maps.googleapis.com/maps/api/js?key={YOUR_KEY}" type="text/javascript"></script>

  • Modify the root_url in app.js to the backend url

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published