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.
- Host: GitHub
- URL: https://github.com/rikulo/geoip
- Owner: rikulo
- License: other
- Created: 2012-10-23T08:53:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-23T05:58:49.000Z (over 13 years ago)
- Last Synced: 2025-01-04T10:17:47.470Z (over 1 year ago)
- Language: Dart
- Homepage: http://rikulo.org
- Size: 113 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.