Getting data with Meetups API javascript
问题 I'm trying to use meetups API with an API key, but I'm being blocked by CORS. I'm using the example meetup gives: https://api.meetup.com/2/events?key=mykey&group_urlname=ny-tech&sign=true , replacing the API key with my API key. This example comes from here. Here's my code (I took out my key and replaced it with < key>): <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <button id="find">find</button> <script> $("#find").click( function(){ $.getJSON(