An open API service indexing awesome lists of open source software.

https://github.com/rikulo/geoip

Rikulo GeoIP is a Dart bridge to the on-line geo-ip JavaScript service provided by smart-ip.net.
https://github.com/rikulo/geoip

Last synced: 10 months ago
JSON representation

Rikulo GeoIP is a Dart bridge to the on-line geo-ip JavaScript service provided by smart-ip.net.

Awesome Lists containing this project

README

          

#Rikulo GeoIP

[Rikulo GeoIP](http://rikulo.org) is a Dart bridge to
the on-line geo-ip JavaScript service provided by smart-ip.net.

* [Home](http://rikulo.org)
* [Documentation](http://docs.rikulo.org)
* [API Reference](http://api.rikulo.org/geoip/latest)
* [Discussion](http://stackoverflow.com/questions/tagged/rikulo)
* [Issues](https://github.com/rikulo/geoip/issues)

Rikulo GeoIP is distributed under the Apache 2.0 License.

##Install from Dart Pub Repository

Add this to your `pubspec.yaml` (or create it):

dependencies:
rikulo_geoip:

Then run the [Pub Package Manager](http://pub.dartlang.org/doc) (comes with the Dart SDK):

pub install

##Install from Github for Bleeding Edge Stuff

To install stuff that is still in development, add this to your `pubspec.yam`:

dependencies:
rikulo_geoip:
git: git://github.com/rikulo/geoip.git

For more information, please refer to [Pub: Dependencies](http://pub.dartlang.org/doc/pubspec.html#dependencies).

##Notes to Contributors

###Fork Rikulo GeoIP

If you'd like to contribute back to the core, you can [fork this repository](https://help.github.com/articles/fork-a-repo) and send us a pull request, when it is ready.

Please be aware that one of Rikulo's design goals is to keep the sphere of API as neat and consistency as possible. Strong enhancement always demands greater consensus.

If you are new to Git or GitHub, please read [this guide](https://help.github.com/) first.