12798453 Key ID: 30367f49a9461bbe https://www.epa.gov/sunsafety/uv-index-scale-1 http://api.wunderground.com/api/30367f49a9461bbe/conditions/q/OR/Corvallis.json API Lookup Documentation: https://www.wunderground.com/weather/api/d/docs?d=autocomplete-api http://autocomplete.wunderground.com/aq?query={QUERY_STRING}&c=US&h=0&cities=1&format=JSON be sure to URL encode the QUERT_STRING (urlencode("QUERY")) {{-- {{ Form::open(array('url' => url('/heat-index'), 'class' => 'login', 'id' => 'heat-index')) }} @if (Session::has('errors'))
@foreach ($errors->all() as $error){{ $error }} @endforeach
@endif
{{ Form::label('place', 'Location', array('class' => 'input_label', 'style' => 'width:150px;')) }} {{ Form::text('place', null, array('style' => 'width:200px;'))}}
{{ Form::submit('Calculate Heat Index', array('class' => 'submit', 'style' => 'font-size: 10pt; margin-right: 20px;')) }} {{ Form::button('Subscribe to Notifications', array('id' => 'subscribeToNotifications', 'style' => 'font-size: 10pt;')) }}
{{ Form::close() }} --}}


Fatal error: Class 'Auth' not found in /home/osaa/web_app/dev/app/views/heat_index/heat_index (old 2).blade.php on line 72