Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poeschko/alphamaps
a mashup of Wolfram|Alpha and Google Maps
https://github.com/poeschko/alphamaps
Last synced: about 1 month ago
JSON representation
a mashup of Wolfram|Alpha and Google Maps
- Host: GitHub
- URL: https://github.com/poeschko/alphamaps
- Owner: poeschko
- Created: 2012-04-12T16:34:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-13T21:06:13.000Z (over 12 years ago)
- Last Synced: 2023-03-23T08:37:51.321Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://poeschko.com/alphamaps
- Size: 117 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a mashup of the Wolfram|Alpha (http://www.wolframalpha.com/) API (http://products.wolframalpha.com/api/) with the Google Maps API (https://developers.google.com/maps/documentation/javascript/) to show the locations of entries related to Wolfram|Alpha queries.
The Wolfram|Alpha API works server-side only as it doesn't set the HTTP Access-Control-Allow-Origin header, so accessing it directly from any modern browser will violate the same-origin policy and thus fail. Therefore, there is a thin PHP wrapper in the server directory. See server/config.php for how to set up your server. Additionaly, the URL of your server has to be set in scripts/alphamaps.js.
This project contains StyledMarker by Gabriel Schneider, released under the Apache License, Version 2.0.
Licensed under the Apache License, Version 2.0 (the 'License');
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an 'AS IS' BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.