Bazinga! 💥💥💥
This is an upgrade for the former project of mine for Udacity front-end Nanodegree.
Weather information, Google geolocation API, Google Map, Social Media buttons, and translation in three languages is added. The whole codes are refacoted in AngularJs framework. It has no aim excpet interview.
Simply, the user enters street address and city name. and the output will be the following:
- An image from address
- Googe map pined added on the map
- Today weather information for the location.
- Wikipedia information about location.
- New York Times data about location
User can like/share the page on Facebook. and view the page in English, French, and Spanish.
- Bootstrap: to make it responsive
- Google Street View Image API: the easy one
- Google geolocation API: It get street address and return log-lat information required by Map
- GoogleMap AngularJS Directive: It provides pined map canvase.
- Open Weather API: is used to get today weather information of the location.
- NYtime API: You need and API key to use it.
- MediaWiki API: JSONP is used to turn around cross-origin problem.
- ng-translate: The magical and exciting part(first experience with i18n things!), through ng-newsletter
- Facebook social media plug-in: for like and share