Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 562 Bytes

File metadata and controls

10 lines (6 loc) · 562 Bytes

JavaScript API Connector

JavaScript Connector for connecting to the Majestic API.

Requires JQuery.

Notice

Client-side JavaScript is often not the best place to make API requests, due to CORS and the requirement of sensitive information (such as your API key) on the client. We recommend performing requests to the API server-side, either using a server implementation of JavaScript (such as NodeJS), or one of the other connectors.