Skip to content

Commit

Permalink
Updated Quova Readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansilladev committed Oct 11, 2011
1 parent 3c4c951 commit f4aedc5
Showing 1 changed file with 59 additions and 32 deletions.
91 changes: 59 additions & 32 deletions mashery.quova/3.4.0/Readme.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,100 @@
Quova API Demo App
-----------------------------------
QUOVA API DEMO APP
==================================================================
Created lovingly for the developer community by Mashery.

[http://www.mashery.com](http://www.mashery.com)
http://www.mashery.com

http://developer.mashery.com

[http://developer.mashery.com](http://developer.mashery.com)

SYNOPSIS
-----------------------------------
==================================================================
This demo App provides a way to see the Quova's API in action.
It's built using appMobi's Cross Platform Development Kit (XDK)
that lets you create mobile apps for smartphones and tablets using
standard web languages (HTML5, CSS, and JavaScript).


This demo App provides a way to see the Quova API in action. It's built using appMobi's Cross Platform Development Kit (XDK) that lets you create mobile apps for smartphones and tablets using standard web languages (HTML5, CSS, and JavaScript).

FEATURES
-----------------------------------
==================================================================
Uses Quova's API to retrieve the following information based on
any IPv4 (x.x.x.x) address:

Uses Quova's API to retrieve the following information based on your IP address -
1. City
2. State
3. Country
4. Google Map plotting your current location


GETTING STARTED
-----------------------------------


GETTING STARTED
==================================================================
You will need the following to get started -

1. appMobi's XDK. Free Download - http://www.appmobi.com/?q=node/27
2. A Quova API key (Register at http://developer.quova.com/member/register).
1. appMobi's XDK - free download at http://www.appmobi.com/?q=node/27
2. A Quova API key - register at http://developer.quova.com/member/register



OBTAINING THE API KEY
-----------------------------------
==================================================================
Before you can begin using this app, you will need to get an API
key from Quova at http://developer.quova.com/member/register . This
will also give you a Single Sign-On Mashery ID with access to hundreds
of other APIs.

Before you can begin using this app, you will need to get an API key from Quova at http://developer.quova.com/member/register. This will also give you a Single Sign-On Mashery ID with access to hundreds of other APIs.


SETTING UP THE API KEY IN THIS APP
-----------------------------------

Once you have obtained your API key and secret, assign the API key to the variable api_key on line 1 of the file quova.js, like so -
==================================================================
Once you have obtained your API key, assign the API key and secret
to the JavaScript variables located near the top of the quova.js
file, like so:

<pre>
var apikey ='your_api_key_here';
var api_key ='your_api_key_here';
</pre>

You will need to do the same for the API secret.

ABOUT Quova API
-----------------------------------

Quova provides the MOST IP geolocation data available on the planet. And it’s the most accurate. Tap into the datasource and develop your own customized geolocation apps. Learn more about the Quova API at http://developer.quova.com
ABOUT THE QUOVA API
==================================================================
Quova provides the most complete and accurate IP geolocation data
available on the planet. And it’s the most accurate. Tap into the
datasource and develop your own customized geolocation apps.
Learn more about the Quova API at http://developer.quova.com



QUOVA API DOCUMENTATION
-----------------------------------
==================================================================
To learn more about the data set provided by Quova's API, you can
read through the API documentation at http://developer.quova.com/docs
or use their interactive documentation at http://developer.quova.com/iodocs
to explore and learn how to use their API by example.



ABOUT THE MASHERY API NETWORK
==================================================================
The Mashery API Network (http://developer.mashery.com) is an open
data commons of over 50 RESTful APIs that developers can access
with their Mashery ID.

To learn more about the data set provided by Quova's API, you can read through the API documentation at http://developer.quova.com/iodocs
Mashery is the world's leading API management service provider, helping
companies provide the best API experience for developers, as well as
the most advanced API management and reporting tools to our clients.


ABOUT MASHERY API Network
-----------------------------------
This app is built using the Quova API, part of the Mashery API Network. The Mashery API Network gives you access to hundreds of APIs with single sign-on (SSO) access. When you sign in at http://developer.mashery.com, access and manage all of your applications and API keys in one central location.

EXPLORE MORE APIS
==================================================================
Check out Mashery's API Network at http://developer.mashery.com/apis
to explore other awesome APIs including NY Times, Klout, USA TODAY, Rotten Tomatoes, Best Buy, Hoovers, Edmunds, Netflix, Rdio and many more.

EXPLORE MORE APIs
-----------------------------------
Check out Mashery's API Network at http://developer.mashery.com/apis to explore other awesome APIs including NY Times, Klout, USA Today, Rotten Tomatoes and many more.


SUPPORT
=======
==================================================================
If you have any questions or need any help obtaining an API key, you can reach out to us at: developer-relations@mashery.com

0 comments on commit f4aedc5

Please sign in to comment.