We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb9be1 commit d5f85c7Copy full SHA for d5f85c7
listing-3.12.js
@@ -2,7 +2,7 @@
2
3
const importCsvFromRestApi = require('./toolkit/importCsvFromRestApi.js');
4
5
-const url = "https://earthquake.usgs.gov/fdsnws/event/1/query.csv?starttime=2017-01-01&endtime=2017-03-02";
+const url = "https://earthquake.usgs.gov/fdsnws/event/1/query.csv?starttime=2017-01-01&endtime=2017-03-02&limit=20000";
6
importCsvFromRestApi(url)
7
.then(data => {
8
console.log(data);
0 commit comments