https://github.com/raharrison/googleapi
Usages of various API's provided by Google
https://github.com/raharrison/googleapi
Last synced: about 1 year ago
JSON representation
Usages of various API's provided by Google
- Host: GitHub
- URL: https://github.com/raharrison/googleapi
- Owner: raharrison
- Created: 2013-03-17T17:31:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-17T17:42:01.000Z (about 13 years ago)
- Last Synced: 2025-01-27T12:46:48.268Z (over 1 year ago)
- Language: C#
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google API's
## Google Currency
A small utility class using the Google Currency API to convert from one currency to another.
Convert methods either return a decimal or a string (e.g "23.54 U.S Dollars")
A tester class is included to show an example usage of the Currency class.
Unfortunately the Google Currency API doesn't seem to give normalised results.
The resulting JSON object sometimes includes a simple numerical result (e.g .45), but sometimes includes string multiplers such as "12 million" or random ASCII character such as ASCII 160.
---------
## Google Weather
A small utility class using the Google Weather API to display the current and forecast weather conditions for a city.
A tester class is included to show an example usage of the Weather class.