Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 520 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 520 Bytes

Welcome to NextBillion.AI simple tile-server-demo project!

  1. install dependencies
yarn

you should have http-server and dependencies installed to your local node_modules directory

  1. replace your apikey in example.html
replace '[YOUR APIKEY]' => 'fsdfsfxxfdfdxfd' // if "fsdfsfxxfdfdxfd" is your NextBillion.AI apikey
  1. serve the file locally NOTE: directly open the html file in brwoser won't work because of CORS policy.
yarn run serve
  1. visit [http://localhost:8080/example.html]