class OpenWeatherIntegration extends Component {
  componentWillMount() {
    this.props.getApiKey();
  }