A JavaScript API for beautiful 3D maps
npm install eegeo.jshtml
`
Just replace your_api_key_here with an API key from wrld3d.com.
Support
If you have any questions, bug reports, or feature requests, feel free to submit to the issue tracker for wrld.js on GitHub.
Building the API
You may wish to build the API yourself. This is easy to do and only requires that you install node.js.
$3
* Node.js (v4.4.1 tested)
* npm (installed with Node.js)
$3
Follow the steps below to build the API:
1. Clone this repo: git clone https://github.com/wrld3d/wrld.js.git
2. In the root of the repo, run npm install to install the development dependencies.
3. Still in the root of the repo, run the command npm run build.
This will create the files dist/wrld.js and dist/wrld.min.js which are the API and the minified form respectively.
You can also use the command npm run watch` to build continuously, watching files for changes.