#ifndef CREDENTIALS_H
#define CREDENTIALS_H

const char* ssid = "username";
const char* password = "Password";
String openWeatherMapApiKey = "your key";
const char* myWriteAPIKey = "your key";
const char* myReadAPIKey = "your key";

#endif // CREDENTIALS_H
