Visit the [Google Earth Engine NPM installation page](https://developers.google.com/earth-engine/npm_install) for set up instructions, or [download ee_api_js.js](https://github.com/google/earthengine-api/blob/master/javascript/build/ee_api_js.js). Note that some classes and algorithms are loaded dynamically and are not included as part of the NPM package or visible in the [source code](https://github.com/google/earthengine-api/tree/master/javascript/src) (for example, `ee.Join` and `ee.Reducer`). For a complete listing of all Earth Engine client classes and methods, refer to the [API Reference](https://developers.google.com/earth-engine/apidocs).