You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
301 B
Java

package sh.adb.sensorCommunityAPI;
import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException {
DataStoreBot bot = new DataStoreBot("./data/", "https://data.sensor.community/airrohr/v1/sensor/35943/");
bot.setInterval(150);
}
}