Thinkful (https://www.thinkful.com) First Capstone Project - App integrating Foursquare and OpenWeatherMap API
When I'm traveling to a new city the typical things I look for are local foods, sights, and shopping areas. I also would like to know the current weather conditions before going out to explore.
This app uses information from Foursquare to display venue information and photos near the location provided in the search. The app also includes current weather information from OpenWeatherMap.
As a vistor I want to search by a city name in order to find out the weather, food, shops, and sights.
You can access a working prototype of the app here: (https://fulin426.github.io/city-discover-api-capstone)
The app's functionality includes: generates recommendations based on city location, tabs through three different categories, and returns current weather conditons.
- HTML
- CSS
- JavaScript
- jQuery
The app uses AJAX JSON calls to the Foursquare Open Platform API to return recommendations based on city location.
The app uses AJAX JSON calls to the OpenWeatherMap Open Platform API to return weather results
App is built to be responsive across mobile, tablet, laptop, and desktop screen resolutions.